Tutorial formatting patch by Robin Stocker.
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 @@
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: