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

Skip to content

Commit d4ae04f

Browse files
committed
Branch merge
2 parents f2c6db5 + 51b7aed commit d4ae04f

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
@@ -135,7 +135,7 @@ Good example (establishing confident knowledge in the effective use of the langu
135135
Economy of Expression
136136
---------------------
137137

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

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

202202
The tutorial is meant for newcomers, many of whom will be using the tutorial to
203203
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)