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
3378b206
Commit
3378b206
authored
May 19, 2017
by
delirious-lettuce
Committed by
Serhiy Storchaka
May 19, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in multiple `.rst` files (#1668)
parent
a632d00a
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
31 additions
and
31 deletions
+31
-31
Doc/c-api/exceptions.rst
Doc/c-api/exceptions.rst
+4
-4
Doc/howto/logging-cookbook.rst
Doc/howto/logging-cookbook.rst
+1
-1
Doc/library/cmd.rst
Doc/library/cmd.rst
+2
-2
Doc/library/email.compat32-message.rst
Doc/library/email.compat32-message.rst
+1
-1
Doc/library/email.contentmanager.rst
Doc/library/email.contentmanager.rst
+2
-2
Doc/library/email.errors.rst
Doc/library/email.errors.rst
+2
-2
Doc/library/email.generator.rst
Doc/library/email.generator.rst
+2
-2
Doc/library/email.headerregistry.rst
Doc/library/email.headerregistry.rst
+1
-1
Doc/library/email.message.rst
Doc/library/email.message.rst
+5
-5
Doc/library/email.mime.rst
Doc/library/email.mime.rst
+1
-1
Doc/library/email.parser.rst
Doc/library/email.parser.rst
+1
-1
Doc/library/email.policy.rst
Doc/library/email.policy.rst
+3
-3
Doc/library/exceptions.rst
Doc/library/exceptions.rst
+1
-1
Doc/library/sunau.rst
Doc/library/sunau.rst
+1
-1
Doc/library/turtle.rst
Doc/library/turtle.rst
+1
-1
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.dom.pulldom.rst
+1
-1
Doc/reference/expressions.rst
Doc/reference/expressions.rst
+1
-1
Lib/email/architecture.rst
Lib/email/architecture.rst
+1
-1
No files found.
Doc/c-api/exceptions.rst
View file @
3378b206
...
...
@@ -295,7 +295,7 @@ an error value).
:c:data:`PyExc_Warning` is a subclass of :c:data:`PyExc_Exception`;
the default warning category is :c:data:`PyExc_RuntimeWarning`. The standard
Python warning categories are available as global variables whose names are
enumerated at :ref:`standarwarningcategories`.
enumerated at :ref:`standar
d
warningcategories`.
For information about warning control, see the documentation for the
:mod:`warnings` module and the :option:`-W` option in the command line
...
...
@@ -958,7 +958,7 @@ Notes:
Only defined on Windows; protect code that uses this by testing that the
preprocessor macro ``MS_WINDOWS`` is defined.
.. _standarwarningcategories:
.. _standar
d
warningcategories:
Standard Warning Categories
===========================
...
...
@@ -971,7 +971,7 @@ the variables:
.. index::
single: PyExc_Warning
single: PyExc_BytesWarning
single: PyExc_Depr
i
cationWarning
single: PyExc_Depr
e
cationWarning
single: PyExc_FutureWarning
single: PyExc_ImportWarning
single: PyExc_PendingDeprecationWarning
...
...
@@ -994,7 +994,7 @@ the variables:
+------------------------------------------+---------------------------------+----------+
| :c:data:`PyExc_ImportWarning` | :exc:`ImportWarning` | |
+------------------------------------------+---------------------------------+----------+
| :c:data:`PyExc_PendingDepr
i
cationWarning`| :exc:`PendingDeprecationWarning`| |
| :c:data:`PyExc_PendingDepr
e
cationWarning`| :exc:`PendingDeprecationWarning`| |
+------------------------------------------+---------------------------------+----------+
| :c:data:`PyExc_ResourceWarning` | :exc:`ResourceWarning` | |
+------------------------------------------+---------------------------------+----------+
...
...
Doc/howto/logging-cookbook.rst
View file @
3378b206
...
...
@@ -1683,7 +1683,7 @@ Implementing structured logging
-------------------------------
Although most logging messages are intended for reading by humans, and thus not
readily machine-parseable, there might be cirumstances where you want to output
readily machine-parseable, there might be cir
c
umstances where you want to output
messages in a structured format which *is* capable of being parsed by a program
(without needing complex regular expressions to parse the log message). This is
straightforward to achieve using the logging package. There are a number of
...
...
Doc/library/cmd.rst
View file @
3378b206
...
...
@@ -266,10 +266,10 @@ immediate playback::
'Draw circle with given radius an options extent and steps: CIRCLE 50'
circle(*parse(arg))
def do_position(self, arg):
'Print the current turle position: POSITION'
'Print the current tur
t
le position: POSITION'
print('Current position is %d %d\n' % position())
def do_heading(self, arg):
'Print the current turle heading in degrees: HEADING'
'Print the current tur
t
le heading in degrees: HEADING'
print('Current heading is %d\n' % (heading(),))
def do_color(self, arg):
'Set the color: COLOR BLUE'
...
...
Doc/library/email.compat32-message.rst
View file @
3378b206
...
...
@@ -67,7 +67,7 @@ Here are the methods of the :class:`Message` class:
Return the entire message flattened as a string. When optional *unixfrom*
is true, the envelope header is included in the returned string.
*unixfrom* defaults to ``False``. For backward compa
bit
ility reasons,
*unixfrom* defaults to ``False``. For backward compa
tib
ility reasons,
*maxheaderlen* defaults to ``0``, so if you want a different value you
must override it explicitly (the value specified for *max_line_length* in
the policy will be ignored by this method). The *policy* argument may be
...
...
Doc/library/email.contentmanager.rst
View file @
3378b206
...
...
@@ -157,7 +157,7 @@ Currently the email package provides only one concrete content manager,
MIME charset name, use the standard charset instead.
If *cte* is set, encode the payload using the specified content transfer
encoding, and set the :mailheader:`Content-Transfer-En
d
coding` header to
encoding, and set the :mailheader:`Content-Transfer-Encoding` header to
that value. Possible values for *cte* are ``quoted-printable``,
``base64``, ``7bit``, ``8bit``, and ``binary``. If the input cannot be
encoded in the specified encoding (for example, specifying a *cte* of
...
...
@@ -203,5 +203,5 @@ Currently the email package provides only one concrete content manager,
.. rubric:: Footnotes
.. [1] Ori
ng
ally added in 3.4 as a :term:`provisional module <provisional
.. [1] Ori
gin
ally added in 3.4 as a :term:`provisional module <provisional
package>`
Doc/library/email.errors.rst
View file @
3378b206
...
...
@@ -102,9 +102,9 @@ All defect classes are subclassed from :class:`email.errors.MessageDefect`.
return false even though its content type claims to be :mimetype:`multipart`.
* :class:`InvalidBase64PaddingDefect` -- When decoding a block of base64
en
oc
ded bytes, the padding was not correct. Enough padding is added to
en
co
ded bytes, the padding was not correct. Enough padding is added to
perform the decode, but the resulting decoded bytes may be invalid.
* :class:`InvalidBase64CharactersDefect` -- When decoding a block of base64
en
ocded bytes, characters outside the base64 alphe
bet were encountered.
en
coded bytes, characters outside the base64 alpha
bet were encountered.
The characters are ignored, but the resulting decoded bytes may be invalid.
Doc/library/email.generator.rst
View file @
3378b206
...
...
@@ -88,8 +88,8 @@ over channels that are not "8 bit clean".
If ``cte_type`` is ``7bit``, convert the bytes with the high bit set as
needed using an ASCII-compatible :mailheader:`Content-Transfer-Encoding`.
That is, transform parts with non-ASCII
:mailheader:`Co
tn
ent-Transfer-Encoding`
(:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatib
i
le
:mailheader:`Co
nt
ent-Transfer-Encoding`
(:mailheader:`Content-Transfer-Encoding: 8bit`) to an ASCII compatible
:mailheader:`Content-Transfer-Encoding`, and encode RFC-invalid non-ASCII
bytes in headers using the MIME ``unknown-8bit`` character set, thus
rendering them RFC-compliant.
...
...
Doc/library/email.headerregistry.rst
View file @
3378b206
...
...
@@ -451,5 +451,5 @@ construct structured values to assign to specific headers.
.. rubric:: Footnotes
.. [1] Ori
ng
ally added in 3.3 as a :term:`provisional module <provisional
.. [1] Ori
gin
ally added in 3.3 as a :term:`provisional module <provisional
package>`
Doc/library/email.message.rst
View file @
3378b206
...
...
@@ -52,7 +52,7 @@ message objects.
.. class:: EmailMessage(policy=default)
If *policy* is specified use the rules it specifies to u
dp
ate and serialize
If *policy* is specified use the rules it specifies to u
pd
ate and serialize
the representation of the message. If *policy* is not set, use the
:class:`~email.policy.default` policy, which follows the rules of the email
RFCs except for line endings (instead of the RFC mandated ``\r\n``, it uses
...
...
@@ -63,7 +63,7 @@ message objects.
Return the entire message flattened as a string. When optional
*unixfrom* is true, the envelope header is included in the returned
string. *unixfrom* defaults to ``False``. For backward compa
bit
ility
string. *unixfrom* defaults to ``False``. For backward compa
tib
ility
with the base :class:`~email.message.Message` class *maxheaderlen* is
accepted, but defaults to ``None``, which means that by default the line
length is controlled by the
...
...
@@ -213,7 +213,7 @@ message objects.
del msg['subject']
msg['subject'] = 'Python roolz!'
If the :mod:`policy` defines certain haders to be unique (as the standard
If the :mod:`policy` defines certain h
e
aders to be unique (as the standard
policies do), this method may raise a :exc:`ValueError` when an attempt
is made to assign a value to such a header when one already exists. This
behavior is intentional for consistency's sake, but do not depend on it
...
...
@@ -558,7 +558,7 @@ message objects.
the part a candidate match if the value of the header is ``inline``.
If none of the candidates matches any of the preferences in
*prefer
nec
list*, return ``None``.
*prefer
ence
list*, return ``None``.
Notes: (1) For most applications the only *preferencelist* combinations
that really make sense are ``('plain',)``, ``('html', 'plain')``, and the
...
...
@@ -746,6 +746,6 @@ message objects.
.. rubric:: Footnotes
.. [1] Ori
ng
ally added in 3.4 as a :term:`provisional module <provisional
.. [1] Ori
gin
ally added in 3.4 as a :term:`provisional module <provisional
package>`. Docs for legacy message class moved to
:ref:`compat32_message`.
Doc/library/email.mime.rst
View file @
3378b206
...
...
@@ -242,7 +242,7 @@ Here are the classes:
Unless the *_charset* argument is explicitly set to ``None``, the
MIMEText object created will have both a :mailheader:`Content-Type` header
with a ``charset`` parameter, and a :mailheader:`Content-Transfer-En
d
coding`
with a ``charset`` parameter, and a :mailheader:`Content-Transfer-Encoding`
header. This means that a subsequent ``set_payload`` call will not result
in an encoded payload, even if a charset is passed in the ``set_payload``
command. You can "reset" this behavior by deleting the
...
...
Doc/library/email.parser.rst
View file @
3378b206
...
...
@@ -139,7 +139,7 @@ message body, instead setting the payload to the raw body.
.. class:: BytesParser(_class=None, *, policy=policy.compat32)
Create a :class:`BytesParser` instance. The *_class* and *policy*
arguments have the same meaning and sema
tn
ics as the *_factory*
arguments have the same meaning and sema
nt
ics as the *_factory*
and *policy* arguments of :class:`BytesFeedParser`.
Note: **The policy keyword should always be specified**; The default will
...
...
Doc/library/email.policy.rst
View file @
3378b206
...
...
@@ -276,7 +276,7 @@ added matters. To illustrate::
Called when a header is added to an :class:`~email.message.EmailMessage`
or :class:`~email.message.Message` object. If the returned value is not
``0`` or ``None``, and there are already a number of headers with the
name *name* great
h
er than or equal to the value returned, a
name *name* greater than or equal to the value returned, a
:exc:`ValueError` is raised.
Because the default behavior of ``Message.__setitem__`` is to append the
...
...
@@ -533,7 +533,7 @@ more closely to the RFCs relevant to their domains.
The same as ``SMTP`` except that :attr:`~EmailPolicy.utf8` is ``True``.
Useful for serializing messages to a message store without using encoded
words in the headers. Should only be used for SMTP trasmission if the
words in the headers. Should only be used for SMTP tra
n
smission if the
sender or recipient addresses have non-ASCII characters (the
:meth:`smtplib.SMTP.send_message` method handles this automatically).
...
...
@@ -647,5 +647,5 @@ The header objects and their attributes are described in
.. rubric:: Footnotes
.. [1] Ori
ng
ally added in 3.3 as a :term:`provisional feature <provisional
.. [1] Ori
gin
ally added in 3.3 as a :term:`provisional feature <provisional
package>`.
Doc/library/exceptions.rst
View file @
3378b206
...
...
@@ -243,7 +243,7 @@ The following exceptions are the exceptions that are usually raised.
.. note::
It should not be used to indicate that an operat
e
r or method is not
It should not be used to indicate that an operat
o
r or method is not
meant to be supported at all -- in that case either leave the operator /
method undefined or, if a subclass, set it to :data:`None`.
...
...
Doc/library/sunau.rst
View file @
3378b206
...
...
@@ -118,7 +118,7 @@ AU_read objects, as returned by :func:`.open` above, have the following methods:
.. method:: AU_read.getnchannels()
Returns number of audio channels (1 for mon
e
, 2 for stereo).
Returns number of audio channels (1 for mon
o
, 2 for stereo).
.. method:: AU_read.getsampwidth()
...
...
Doc/library/turtle.rst
View file @
3378b206
...
...
@@ -1796,7 +1796,7 @@ Input methods
:param prompt: string
Pop up a dialog window for input of a string. Parameter title is
the title of the dialog window, pro
pm
t is a text mostly describing
the title of the dialog window, pro
mp
t is a text mostly describing
what information to input.
Return the string input. If the dialog is canceled, return ``None``. ::
...
...
Doc/library/xml.dom.pulldom.rst
View file @
3378b206
...
...
@@ -108,7 +108,7 @@ DOMEventStream Objects
:class:`xml.dom.minidom.Element` if event equals :data:`START_ELEMENT` or
:data:`END_ELEMENT` or :class:`xml.dom.minidom.Text` if event equals
:data:`CHARACTERS`.
The current node does not contain information
s
about its children, unless
The current node does not contain information about its children, unless
:func:`expandNode` is called.
.. method:: expandNode(node)
...
...
Doc/reference/expressions.rst
View file @
3378b206
...
...
@@ -636,7 +636,7 @@ which are used to control the execution of a generator function.
without yielding another value, an :exc:`StopAsyncIteration` exception is
raised by the awaitable.
If the generator function does not catch the passed-in exception, or
raises a different exception, then when the awaita
lb
e is run that exception
raises a different exception, then when the awaita
bl
e is run that exception
propagates to the caller of the awaitable.
.. index:: exception: GeneratorExit
...
...
Lib/email/architecture.rst
View file @
3378b206
...
...
@@ -66,7 +66,7 @@ data payloads.
Message Lifecycle
-----------------
The general lifecyle of a message is:
The general lifecy
c
le of a message is:
Creation
A `Message` object can be created by a Parser, or it can be
...
...
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