Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa1ef2d

Browse files
committed
Merge 3.2
2 parents 0f67a99 + 51b7aed commit aa1ef2d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/documenting/style.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Good example (establishing confident knowledge in the effective use of the langu
136136
Economy of Expression
137137
---------------------
138138

139-
More documentation is not necessarily better documentation. Error on the side
139+
More documentation is not necessarily better documentation. Err on the side
140140
of being succinct.
141141

142142
It is an unfortunate fact that making documentation longer can be an impediment
@@ -198,7 +198,7 @@ Audience
198198
The tone of the tutorial (and all the docs) needs to be respectful of the
199199
reader's intelligence. Don't presume that the readers are stupid. Lay out the
200200
relevant information, show motivating use cases, provide glossary links, and do
201-
our best to connect-the-dots, but don't talk down to them or waste their time.
201+
your best to connect-the-dots, but don't talk down to them or waste their time.
202202

203203
The tutorial is meant for newcomers, many of whom will be using the tutorial to
204204
evaluate the language as a whole. The experience needs to be positive and not

Lib/html/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def reset(self):
124124
_markupbase.ParserBase.reset(self)
125125

126126
def feed(self, data):
127-
"""Feed data to the parser.
127+
r"""Feed data to the parser.
128128
129129
Call this as often as you want, with as little or as much text
130130
as you want (may include '\n').

Lib/pkgutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__all__ = [
1010
'get_importer', 'iter_importers', 'get_loader', 'find_loader',
11-
'walk_packages', 'iter_modules',
11+
'walk_packages', 'iter_modules', 'get_data',
1212
'ImpImporter', 'ImpLoader', 'read_code', 'extend_path',
1313
]
1414

0 commit comments

Comments
 (0)