diff options
author | Raymond Hettinger <python@rcn.com> | 2014-11-06 05:27:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2014-11-06 05:27:56 (GMT) |
commit | dc69e03ef3867c03ae1369b7f7262dc83729427a (patch) | |
tree | ad62e1353082e0d98838c33ea14fb1b1535a242b /Doc/library/textwrap.rst | |
parent | b7fa2011133b3ae5f246d37cdaa24572953b53ec (diff) | |
download | cpython-dc69e03ef3867c03ae1369b7f7262dc83729427a.zip cpython-dc69e03ef3867c03ae1369b7f7262dc83729427a.tar.gz cpython-dc69e03ef3867c03ae1369b7f7262dc83729427a.tar.bz2 |
Issue 22803: Add missing versionadded directive.
Diffstat (limited to 'Doc/library/textwrap.rst')
-rw-r--r-- | Doc/library/textwrap.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst index edf1fd6..9fe7a35 100644 --- a/Doc/library/textwrap.rst +++ b/Doc/library/textwrap.rst @@ -113,6 +113,8 @@ functions should be good enough; otherwise, you should use an instance of + + world + .. versionadded:: 3.3 + :func:`wrap`, :func:`fill` and :func:`shorten` work by creating a :class:`TextWrapper` instance and calling a single method on it. That |