summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 09:08:24 (GMT)
committerGeorg Brandl <georg@python.org>2013-10-06 09:08:24 (GMT)
commit22a1fd75cce74638130bbfebce85a5f01b3d5e81 (patch)
tree3dfe460305a316bfaea3bf4185bda6f621696cf0 /Doc
parent337672b76c48bd115334a112e11137a46641bcf2 (diff)
downloadcpython-22a1fd75cce74638130bbfebce85a5f01b3d5e81.zip
cpython-22a1fd75cce74638130bbfebce85a5f01b3d5e81.tar.gz
cpython-22a1fd75cce74638130bbfebce85a5f01b3d5e81.tar.bz2
Fix wrong Python highlighting in directory hierarchy code block.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tutorial/modules.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
index e2ce0ef..a5349e3 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -379,7 +379,9 @@ There are also many different operations you might want to perform on sound data
(such as mixing, adding echo, applying an equalizer function, creating an
artificial stereo effect), so in addition you will be writing a never-ending
stream of modules to perform these operations. Here's a possible structure for
-your package (expressed in terms of a hierarchical filesystem)::
+your package (expressed in terms of a hierarchical filesystem):
+
+.. code-block:: text
sound/ Top-level package
__init__.py Initialize the sound package