diff options
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) |