Add missing documentation for bytes.decode().

This commit is contained in:
Georg Brandl 2009-05-04 21:01:20 +00:00
parent 5f25972a05
commit 4f5f98d7d1
2 changed files with 21 additions and 9 deletions

View file

@ -234,7 +234,7 @@ The String Type
Since Python 3.0, the language features a ``str`` type that contain Unicode
characters, meaning any string created using ``"unicode rocks!"``, ``'unicode
rocks!``, or the triple-quoted string syntax is stored as Unicode.
rocks!'``, or the triple-quoted string syntax is stored as Unicode.
To insert a Unicode character that is not part ASCII, e.g., any letters with
accents, one can use escape sequences in their string literals as such::