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