summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-10-06 11:08:24 +0200
committerGeorg Brandl <georg@python.org>2013-10-06 11:08:24 +0200
commit22a1fd75cce74638130bbfebce85a5f01b3d5e81 (patch)
tree3dfe460305a316bfaea3bf4185bda6f621696cf0
parent337672b76c48bd115334a112e11137a46641bcf2 (diff)
downloadcpython-git-22a1fd75cce74638130bbfebce85a5f01b3d5e81.tar.gz
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 e2ce0ef394..a5349e3bb3 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