mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix grammar in whatsnew/3.5.rst and elsewhere
Mainly missing grammatical articles (the, a).
This commit is contained in:
parent
32acc16cda
commit
97ce0faa4d
3 changed files with 77 additions and 76 deletions
|
@ -49,7 +49,7 @@ The :mod:`linecache` module defines the following functions:
|
|||
|
||||
.. function:: lazycache(filename, module_globals)
|
||||
|
||||
Capture enough detail about a non-file based module to permit getting its
|
||||
Capture enough detail about a non-file-based module to permit getting its
|
||||
lines later via :func:`getline` even if *module_globals* is None in the later
|
||||
call. This avoids doing I/O until a line is actually needed, without having
|
||||
to carry the module globals around indefinitely.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue