]> granicus.if.org Git - python/commitdiff
grammar fix
authorGeorge Yoshida <dynkin@gmail.com>
Sat, 29 Apr 2006 02:43:30 +0000 (02:43 +0000)
committerGeorge Yoshida <dynkin@gmail.com>
Sat, 29 Apr 2006 02:43:30 +0000 (02:43 +0000)
Doc/lib/librunpy.tex

index 4be9901f2c7f5b55915fb982b82aaa33cf5d8984..c7a7e51971c6ca1c6ca46b9b9dcb8cab13a58375 100644 (file)
@@ -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.