Skip to content

Commit 82313b7

Browse files
committed
Merge pull request #63 from yamt/typo
fix more comment typos
2 parents a2a9a9f + 56dbf7f commit 82313b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

msgpack/_packer.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cdef class Packer(object):
4949
See also simplejson's document.
5050
:param str encoding:
5151
Convert unicode to bytes with this encoding. (default: 'utf-8')
52-
:param str unicode_erros:
52+
:param str unicode_errors:
5353
Error handler for encoding unicode. (default: 'strict')
5454
:param bool use_single_float:
5555
Use single precision float type for float. (default: False)

msgpack/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ class Packer(object):
439439
See also simplejson's document.
440440
:param str encoding:
441441
Convert unicode to bytes with this encoding. (default: 'utf-8')
442-
:param str unicode_erros:
442+
:param str unicode_errors:
443443
Error handler for encoding unicode. (default: 'strict')
444444
:param bool use_single_float:
445445
Use single precision float type for float. (default: False)

0 commit comments

Comments
 (0)