diff options
author | Georg Brandl <georg@python.org> | 2007-09-03 07:10:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-09-03 07:10:24 (GMT) |
commit | e4ac7504c9fb005d81c710bff40777dc170694a8 (patch) | |
tree | 9ed1a85dd5270233ae9439b13077e9920446d8cb /Doc/tutorial/modules.rst | |
parent | 9d4ba3970fa704599769de3676be319133fcaba4 (diff) | |
download | cpython-e4ac7504c9fb005d81c710bff40777dc170694a8.zip cpython-e4ac7504c9fb005d81c710bff40777dc170694a8.tar.gz cpython-e4ac7504c9fb005d81c710bff40777dc170694a8.tar.bz2 |
Tutorial formatting patch by Robin Stocker.
Diffstat (limited to 'Doc/tutorial/modules.rst')
-rw-r--r-- | Doc/tutorial/modules.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index cd91376..7e14a19 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst @@ -224,9 +224,9 @@ Some tips for experts: files when :option:`-O` is used) for all modules in a directory. * If using Python in a parallel processing system with a shared file system, - you need to patch python to disable the creation of the compiled files + you need to patch Python to disable the creation of the compiled files because otherwise the multiple Python interpreters will encounter race - conditions in creating them. + conditions in creating them. .. _tut-standardmodules: |