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
Update Lib/test/test_clinic.py
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
erlend-aasland and AlexWaygood authored Jul 3, 2023
commit 90597cbb58057160dfea6623d7a5b476717b0d78
2 changes: 1 addition & 1 deletion Lib/test/test_clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def test_disallowed_grouping__empty_group_on_right(self):
)
self.assertIn(msg, out)

def test_disallowed_gropuing__no_matching_bracket(self):
def test_disallowed_grouping__no_matching_bracket(self):
out = self.parse_function_should_fail("""
module foo
foo.empty_group
Expand Down