diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-07-26 11:18:21 +0200 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-26 11:18:21 +0200 |
| commit | 1050d2d0c7730c6c533246bb2404937739a7775c (patch) | |
| tree | 68d901cd196aead4df7c3b074ebf2df6e85678e7 /Doc/howto/unicode.rst | |
| parent | 87ec85f4208bf329e6454fd3e2639c613b2b61af (diff) | |
| download | cpython-git-1050d2d0c7730c6c533246bb2404937739a7775c.tar.gz | |
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
Diffstat (limited to 'Doc/howto/unicode.rst')
| -rw-r--r-- | Doc/howto/unicode.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 50a09bac4c..fbeb11aac9 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -613,7 +613,9 @@ program:: print(os.listdir(b'.')) print(os.listdir('.')) -will produce the following output:: +will produce the following output: + +.. code-block:: shell-session amk:~$ python t.py [b'filename\xe4\x94\x80abc', ...] |
