]> granicus.if.org Git - python/commitdiff
Fix wrong Python highlighting in directory hierarchy code block.
authorGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:08:24 +0000 (11:08 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 6 Oct 2013 09:08:24 +0000 (11:08 +0200)
Doc/tutorial/modules.rst

index e2ce0ef394a816111941109ce51464104ef2b810..a5349e3bb3867fa500f242c275f56f303c3db433 100644 (file)
@@ -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