summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorGeorge Yoshida <dynkin@gmail.com>2006-04-29 02:43:30 (GMT)
committerGeorge Yoshida <dynkin@gmail.com>2006-04-29 02:43:30 (GMT)
commitf674939a2b94f5ef7c448b559ea3ef2734b01c9f (patch)
tree0ade854134c45d39b60e7d6253538e1e9059e265 /Doc/lib
parent6d78a582ec2e24d3ec4d449b0960613b17c602e2 (diff)
downloadcpython-f674939a2b94f5ef7c448b559ea3ef2734b01c9f.zip
cpython-f674939a2b94f5ef7c448b559ea3ef2734b01c9f.tar.gz
cpython-f674939a2b94f5ef7c448b559ea3ef2734b01c9f.tar.bz2
grammar fix
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/librunpy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/librunpy.tex b/Doc/lib/librunpy.tex
index 4be9901..c7a7e51 100644
--- a/Doc/lib/librunpy.tex
+++ b/Doc/lib/librunpy.tex
@@ -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.