Skip to content

Commit 09ce4ce

Browse files
committed
fix idle test
1 parent e164780 commit 09ce4ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/idle_test/test_calltip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_signature_wrap(self):
9999
(width=70, initial_indent='', subsequent_indent='', expand_tabs=True,
100100
replace_whitespace=True, fix_sentence_endings=False, break_long_words=True,
101101
drop_whitespace=True, break_on_hyphens=True, tabsize=8, *, max_lines=None,
102-
placeholder=' [...]')
102+
placeholder=' [...]', text_len=<built-in function len>)
103103
Object for wrapping/filling text. The public interface consists of
104104
the wrap() and fill() methods; the other methods are just there for
105105
subclasses to override in order to tweak the default behaviour.

0 commit comments

Comments
 (0)