diff options
Diffstat (limited to 'Doc/library/textwrap.rst')
-rw-r--r-- | Doc/library/textwrap.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/textwrap.rst b/Doc/library/textwrap.rst index a18a80191b..883d5f9b04 100644 --- a/Doc/library/textwrap.rst +++ b/Doc/library/textwrap.rst @@ -181,8 +181,6 @@ indentation from strings that have unwanted whitespace to the left of the text. you want truly insecable words. Default behaviour in previous versions was to always allow breaking hyphenated words. - .. versionadded:: 2.6 - :class:`TextWrapper` also provides two public methods, analogous to the module-level convenience functions: |