summaryrefslogtreecommitdiffstats
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)
commit15d9fe7ecf35ce63bd4b3f9faf262065aa11b7b9 (patch)
treed314b3c84d90835d50c7e45e3fd1658ed104e4ba
parentb2efdee8903dd3c9ecdd0e6c10f378be0c65ac22 (diff)
downloadcpython-15d9fe7ecf35ce63bd4b3f9faf262065aa11b7b9.zip
cpython-15d9fe7ecf35ce63bd4b3f9faf262065aa11b7b9.tar.gz
cpython-15d9fe7ecf35ce63bd4b3f9faf262065aa11b7b9.tar.bz2
Fix wrong Python highlighting in directory hierarchy code block.
-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 bcbb761..1e792d1 100644
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -368,7 +368,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