Skip to content

Commit 199fa4c

Browse files
committed
Fix typo
1 parent aac7f05 commit 199fa4c

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
@@ -31,7 +31,7 @@ Quick start
3131
.. sourcecode:: python
3232

3333
>>> import base65536
34-
>>> a = base65536.encode("Hello World")
34+
>>> a = base65536.encode(b"Hello World")
3535
>>> print(a)
3636
驈ꍬ啯ꍲᕤ
3737
>>> print(base65536.decode(a))

0 commit comments

Comments
 (0)