Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e547454b
Commit
e547454b
authored
Nov 14, 2015
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix grammar in whatsnew/3.5.rst and elsewhere
Mainly missing grammatical articles (the, a).
parent
4e6f91fb
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
76 deletions
+77
-76
Doc/library/linecache.rst
Doc/library/linecache.rst
+1
-1
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.5.rst
+75
-74
Misc/NEWS
Misc/NEWS
+1
-1
No files found.
Doc/library/linecache.rst
View file @
e547454b
...
...
@@ -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.
...
...
Doc/whatsnew/3.5.rst
View file @
e547454b
This diff is collapsed.
Click to expand it.
Misc/NEWS
View file @
e547454b
...
...
@@ -1674,7 +1674,7 @@ Build
C
API
-----
-
Issue
#
20204
:
Deprecation
warning
is
now
raised
for
builtin
type
without
the
-
Issue
#
20204
:
Deprecation
warning
is
now
raised
for
builtin
type
s
without
the
__module__
attribute
.
Windows
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment