[Python-checkins] r45796 - python/trunk/Doc/lib/librunpy.tex

george.yoshida python-checkins at python.org
Sat Apr 29 04:43:31 CEST 2006


Author: george.yoshida
Date: Sat Apr 29 04:43:30 2006
New Revision: 45796

Modified:
   python/trunk/Doc/lib/librunpy.tex
Log:
grammar fix


Modified: python/trunk/Doc/lib/librunpy.tex
==============================================================================
--- python/trunk/Doc/lib/librunpy.tex	(original)
+++ python/trunk/Doc/lib/librunpy.tex	Sat Apr 29 04:43:30 2006
@@ -10,7 +10,7 @@
 \versionadded{2.5}
 
 The \module{runpy} module is used to locate and run Python modules
-without importing them first. It's main use is to implement the
+without importing them first. Its main use is to implement the
 \programopt{-m} command line switch that allows scripts to be located
 using the Python module namespace rather than the filesystem.
 


More information about the Python-checkins mailing list