Merge pull request #63 from yamt/typo

fix more comment typos
This commit is contained in:
INADA Naoki 2013-05-06 23:45:17 -07:00
commit 82313b713e
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ cdef class Packer(object):
See also simplejson's document.
:param str encoding:
Convert unicode to bytes with this encoding. (default: 'utf-8')
:param str unicode_erros:
:param str unicode_errors:
Error handler for encoding unicode. (default: 'strict')
:param bool use_single_float:
Use single precision float type for float. (default: False)

View file

@ -439,7 +439,7 @@ class Packer(object):
See also simplejson's document.
:param str encoding:
Convert unicode to bytes with this encoding. (default: 'utf-8')
:param str unicode_erros:
:param str unicode_errors:
Error handler for encoding unicode. (default: 'strict')
:param bool use_single_float:
Use single precision float type for float. (default: False)