From dc69e03ef3867c03ae1369b7f7262dc83729427a Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 5 Nov 2014 21:27:56 -0800 Subject: [PATCH] Issue 22803: Add missing versionadded directive. --- Doc/library/textwrap.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst index edf1fd6ece4..9fe7a3589a7 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