mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add missing documentation for bytes.decode().
This commit is contained in:
parent
5f25972a05
commit
4f5f98d7d1
2 changed files with 21 additions and 9 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue