Skip to content

Commit 9c45050

Browse files
committed
merge with 3.3
2 parents 8ae2ab5 + 22a1fd7 commit 9c45050

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/tutorial/modules.rst

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

0 commit comments

Comments
 (0)