Skip to content

Commit 2927e0d

Browse files
committed
fix: incorrect information; TextWrapper.__init__ will raise Exc
1 parent cd5224c commit 2927e0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/textwrap.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ functions should be good enough; otherwise, you should use an instance of
7272
to the :class:`TextWrapper` :meth:`fill` function, so changing the value of
7373
:attr:`.tabsize`, :attr:`.expand_tabs`, :attr:`.drop_whitespace`, and
7474
:attr:`.replace_whitespace` will have no effect. Be careful not to misspell
75-
keyword arguments. Misspelled keyword arguments will silently have no
76-
effect, and an exception will not be raised.
75+
keyword arguments.
7776

7877
.. versionadded:: 3.4
7978

0 commit comments

Comments
 (0)