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
898573a7
Commit
898573a7
authored
Dec 10, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28820: Fix spelling of “practice” as a noun
parent
cfa9bad4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/howto/urllib2.rst
Doc/howto/urllib2.rst
+1
-1
Doc/tutorial/modules.rst
Doc/tutorial/modules.rst
+1
-1
No files found.
Doc/howto/urllib2.rst
View file @
898573a7
...
...
@@ -578,7 +578,7 @@ Footnotes
This document was reviewed and revised by John Lee.
.. [#] Google for example.
.. [#] Browser sniffing is a very bad practi
s
e for website design - building
.. [#] Browser sniffing is a very bad practi
c
e for website design - building
sites using web standards is much more sensible. Unfortunately a lot of
sites still send different versions to different browsers.
.. [#] The user agent for MSIE 6 is
...
...
Doc/tutorial/modules.rst
View file @
898573a7
...
...
@@ -501,7 +501,7 @@ when the ``from...import`` statement is executed. (This also works when
``
__all__
``
is
defined
.)
Although
certain
modules
are
designed
to
export
only
names
that
follow
certain
patterns
when
you
use
``
import
*``,
it
is
still
considered
bad
practi
s
e
in
patterns
when
you
use
``
import
*``,
it
is
still
considered
bad
practi
c
e
in
production
code
.
Remember
,
there
is
nothing
wrong
with
using
``
from
Package
import
...
...
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