Skip to content

Commit e0f2fd3

Browse files
committed
Fix README
1 parent 5be9378 commit e0f2fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ the packer. If you do so, it will use a non-standard type called **bin** to
222222
serialize byte arrays, and **raw** becomes to mean **str**. If you want to
223223
distinguish **bin** and **raw** in the unpacker, specify `encoding='utf-8'`.
224224

225-
**In future version, default value of ``use_bin_type`` will be changed to ``False``.
225+
**In future version, default value of ``use_bin_type`` will be changed to ``True``.
226226
To avoid this change will break your code, you must specify it explicitly
227227
even when you want to use old format.**
228228

0 commit comments

Comments
 (0)