commit | 8f1dd224e002f93b67821a7a55db35152928d6da | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Tue Jul 26 11:18:21 2016 +0200 |
committer | Martin Panter <vadmium+py@gmail.com> | Tue Jul 26 11:18:21 2016 +0200 |
tree | 54375f97e0184992fd173d730515a0ba81f2720c | |
parent | cc8929b8cd608fa4535747499de9800b70c1b8f4 [diff] [blame] |
Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. Patch by Julien Palard.
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index afd89c7..b94e5b5 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst
@@ -619,7 +619,9 @@ print os.listdir('.') print os.listdir(u'.') -will produce the following output:: +will produce the following output: + +.. code-block:: shell-session amk:~$ python t.py ['.svn', 'filename\xe4\x94\x80abc', ...]