diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 20:48:30 (GMT) |
commit | 61063cca6abe36005f6e327358d533af8a56d33c (patch) | |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/email.errors.rst | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 (diff) | |
download | cpython-61063cca6abe36005f6e327358d533af8a56d33c.zip cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.bz2 |
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/email.errors.rst')
-rw-r--r-- | Doc/library/email.errors.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.errors.rst b/Doc/library/email.errors.rst index acfa6b2..9f0a9e2 100644 --- a/Doc/library/email.errors.rst +++ b/Doc/library/email.errors.rst @@ -76,7 +76,7 @@ this class is *not* an exception! * :class:`CloseBoundaryNotFoundDefect` -- A start boundary was found, but no corresponding close boundary was ever found. - .. versionadded: 3.3 + .. versionadded:: 3.3 * :class:`FirstHeaderLineIsContinuationDefect` -- The message had a continuation line as its first header line. @@ -88,7 +88,7 @@ this class is *not* an exception! headers that had no leading white space but contained no ':'. Parsing continues assuming that the line represents the first line of the body. - .. versionadded: 3.3 + .. versionadded:: 3.3 * :class:`MalformedHeaderDefect` -- A header was found that was missing a colon, or was otherwise malformed. |