diff options
author | INADA Naoki <songofacandy@gmail.com> | 2013-05-06 23:45:17 -0700 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2013-05-06 23:45:17 -0700 |
commit | 82313b713e83ce3fc18080bb22df99c1ae8ad914 (patch) | |
tree | 4437ecfd5853d9415602850a32fdb3cd87208911 /msgpack/fallback.py | |
parent | a2a9a9f4c8f7ffab040a25bc0b9be19ef21adc9f (diff) | |
parent | 56dbf7f9beba6a01040f7a513f85a8079f7b26f3 (diff) | |
download | msgpack-python-82313b713e83ce3fc18080bb22df99c1ae8ad914.tar.gz |
Merge pull request #63 from yamt/typo
fix more comment typos
Diffstat (limited to 'msgpack/fallback.py')
-rw-r--r-- | msgpack/fallback.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py index c66592c..8f9d646 100644 --- a/msgpack/fallback.py +++ b/msgpack/fallback.py @@ -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) |