From: Georg Brandl Date: Sun, 6 Oct 2013 09:08:24 +0000 (+0200) Subject: Fix wrong Python highlighting in directory hierarchy code block. X-Git-Tag: v2.7.6rc1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15d9fe7ecf35ce63bd4b3f9faf262065aa11b7b9;p=python Fix wrong Python highlighting in directory hierarchy code block. --- diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index bcbb761b78..1e792d1b8f 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