mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
grammar fix
This commit is contained in:
parent
6d78a582ec
commit
f674939a2b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue