[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Sun Oct 6 11:08:24 CEST 2013


http://hg.python.org/cpython/rev/d2db02bc8ea5
changeset:   86039:d2db02bc8ea5
parent:      86034:a9564e4acf97
parent:      86038:6684cf7a9aaf
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 11:09:02 2013 +0200
summary:
  merge with 3.3

files:
  Doc/tutorial/modules.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst
--- a/Doc/tutorial/modules.rst
+++ b/Doc/tutorial/modules.rst
@@ -378,7 +378,9 @@
 (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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list