Commit 9d3de202 authored by Georg Brandl's avatar Georg Brandl

Fix wrong Python highlighting in directory hierarchy code block.

parent 46d25fce
...@@ -379,7 +379,9 @@ There are also many different operations you might want to perform on sound data ...@@ -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 (such as mixing, adding echo, applying an equalizer function, creating an
artificial stereo effect), so in addition you will be writing a never-ending 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 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 sound/ Top-level package
__init__.py Initialize the sound package __init__.py Initialize the sound package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment