Fix grammar in whatsnew/3.5.rst and elsewhere

Mainly missing grammatical articles (the, a).
This commit is contained in:
Martin Panter 2015-11-14 01:14:54 +00:00
parent 32acc16cda
commit 97ce0faa4d
3 changed files with 77 additions and 76 deletions

View file

@ -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.