Skip to content

Commit 3614ee8

Browse files
authored
Update python.rst
Fix typo
1 parent 199c7f2 commit 3614ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ the ``\N`` syntax. The following are equivalent::
841841
we convert to UTF-8. There are other byte encodings for this string. If we have a UTF-8
842842
byte string, we can *decode* it into a Unicode string. Note that we should be explicit
843843
about the decoding as there are potentially other encodings that we could decode to
844-
that might give use erroneous data, or *mojibake*.
844+
that might give the user erroneous data, or *mojibake*.
845845

846846
String Formatting
847847
=================

0 commit comments

Comments
 (0)