commit | 61063cca6abe36005f6e327358d533af8a56d33c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 24 22:48:30 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Jun 24 22:48:30 2012 +0200 |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 [diff] [blame] |
Fix a couple of versionadded/versionchanged related markup errors.
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst index 83a590e..8623630 100644 --- a/Doc/library/mailbox.rst +++ b/Doc/library/mailbox.rst
@@ -89,7 +89,8 @@ format-specific information is used. Otherwise, reasonable defaults for format-specific information are used. - .. versionchanged:: 3.2 support for binary input + .. versionchanged:: 3.2 + Support for binary input was added. .. method:: remove(key)