Skip to content

Commit 22a1fd7

Browse files
committed
Fix wrong Python highlighting in directory hierarchy code block.
1 parent 337672b commit 22a1fd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/tutorial/modules.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,9 @@ There are also many different operations you might want to perform on sound data
379379
(such as mixing, adding echo, applying an equalizer function, creating an
380380
artificial stereo effect), so in addition you will be writing a never-ending
381381
stream of modules to perform these operations. Here's a possible structure for
382-
your package (expressed in terms of a hierarchical filesystem)::
382+
your package (expressed in terms of a hierarchical filesystem):
383+
384+
.. code-block:: text
383385
384386
sound/ Top-level package
385387
__init__.py Initialize the sound package

0 commit comments

Comments
 (0)