Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix CI
  • Loading branch information
sobolevn committed Aug 9, 2023
commit 03ea67de37cb2b74ac26ce7a35a88951f229bc1d
4 changes: 2 additions & 2 deletions Lib/test/test_turtle.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,8 @@ def test_all_signatures(self):

known_signatures = {
'teleport':
'(x=None, y=None, fill_gap: bool = False) -> None',
'clear': '()',
'(x=None, y=None, *, fill_gap: bool = False) -> None',
'undo': '()',
'reset': '(canvwidth=None, canvheight=None, bg=None)',
'bgcolor': '(*args)',
'pen': '(pen=None, **pendict)',
Expand Down