Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9d3de202
Commit
9d3de202
authored
Oct 06, 2013
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong Python highlighting in directory hierarchy code block.
parent
46d25fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Doc/tutorial/modules.rst
Doc/tutorial/modules.rst
+3
-1
No files found.
Doc/tutorial/modules.rst
View file @
9d3de202
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment