We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199c7f2 commit 3614ee8Copy full SHA for 3614ee8
python.rst
@@ -841,7 +841,7 @@ the ``\N`` syntax. The following are equivalent::
841
we convert to UTF-8. There are other byte encodings for this string. If we have a UTF-8
842
byte string, we can *decode* it into a Unicode string. Note that we should be explicit
843
about the decoding as there are potentially other encodings that we could decode to
844
- that might give use erroneous data, or *mojibake*.
+ that might give the user erroneous data, or *mojibake*.
845
846
String Formatting
847
=================
0 commit comments