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
fee05dae
Commit
fee05dae
authored
May 19, 2015
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #24232: Fix typos. Patch by Ville Skyttä.
parents
5f120fce
315e104d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Doc/howto/clinic.rst
Doc/howto/clinic.rst
+1
-1
Doc/howto/logging-cookbook.rst
Doc/howto/logging-cookbook.rst
+1
-1
Doc/library/collections.rst
Doc/library/collections.rst
+1
-1
Doc/library/poplib.rst
Doc/library/poplib.rst
+1
-1
Doc/library/ssl.rst
Doc/library/ssl.rst
+1
-1
No files found.
Doc/howto/clinic.rst
View file @
fee05dae
...
...
@@ -1495,7 +1495,7 @@ preset configurations, as follows:
the ``buffer`` preset.
Suppresses the ``impl_prototype``, write the ``docstring_definition``
and ``parser_defintion`` to ``buffer``, write everything else to ``block``.
and ``parser_defin
i
tion`` to ``buffer``, write everything else to ``block``.
The third new directive is ``destination``::
...
...
Doc/howto/logging-cookbook.rst
View file @
fee05dae
...
...
@@ -1417,7 +1417,7 @@ works::
def worker_process(config):
"""
A number of these are spawned for the purpose of illustration. In
practice, they could be a heterogenous bunch of processes rather than
practice, they could be a heterogen
e
ous bunch of processes rather than
ones which are identical to each other.
This initialises logging according to the specified configuration,
...
...
Doc/library/collections.rst
View file @
fee05dae
...
...
@@ -333,7 +333,7 @@ counts, but the output will exclude results with counts of zero or less.
>>> c | d # union: max(c[x], d[x])
Counter({'a': 3, 'b': 2})
Unary addition and sub
s
traction are shortcuts for adding an empty counter
Unary addition and subtraction are shortcuts for adding an empty counter
or subtracting from an empty counter.
>>> c = Counter(a=2, b=-4)
...
...
Doc/library/poplib.rst
View file @
fee05dae
...
...
@@ -197,7 +197,7 @@ An :class:`POP3` instance has the following methods:
.. method:: POP3.utf8()
Try to switch to UTF-8 mode. Returns the server response if sucessful,
Try to switch to UTF-8 mode. Returns the server response if suc
c
essful,
raises :class:`error_proto` if not. Specified in :RFC:`6856`.
.. versionadded:: 3.5
...
...
Doc/library/ssl.rst
View file @
fee05dae
...
...
@@ -1381,7 +1381,7 @@ to speed up repeated connections from the same clients.
.. attribute:: SSLContext.check_hostname
Wether to match the peer cert's hostname with :func:`match_hostname` in
W
h
ether to match the peer cert's hostname with :func:`match_hostname` in
:meth:`SSLSocket.do_handshake`. The context's
:attr:`~SSLContext.verify_mode` must be set to :data:`CERT_OPTIONAL` or
:data:`CERT_REQUIRED`, and you must pass *server_hostname* to
...
...
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