summaryrefslogtreecommitdiff
path: root/Doc/howto/unicode.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-26 11:18:21 +0200
committerMartin Panter <vadmium+py@gmail.com>2016-07-26 11:18:21 +0200
commit75fac880fc7f79951dc9c28b4997f8e7069bf07a (patch)
tree9e7ef8cd7cef9938735baadd71eb496d641649bf /Doc/howto/unicode.rst
parent83224228ea950cfea1d7abfc0173c29a9ba49fb0 (diff)
downloadcpython-75fac880fc7f79951dc9c28b4997f8e7069bf07a.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.rst4
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', ...]