Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af72f9e

Browse files
committed
Issue #16629: Merge IDLE test fix from 3.2.
2 parents 14857cf + 1751968 commit af72f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/CallTips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test(expression, expected):
211211
def test_builtins():
212212
# if first line of a possibly multiline compiled docstring changes,
213213
# must change corresponding test string
214-
test('int', "int(x[, base]) -> integer")
214+
test('int', "int(x=0) -> integer")
215215
test('Int', Int.__doc__)
216216
test('types.MethodType', "method(function, instance)")
217217
test('list', "list() -> new empty list")

0 commit comments

Comments
 (0)