]> 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 bcbb761b7857bf589806da638431c79b6dc31745..1e792d1b8f5319517708deda699e7b64551f0101 100644 (file)
@@ -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