Skip to content

Commit

Permalink
no-issue: Fix test_module_level_callable_unrepresentable_default
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 21, 2023
1 parent db6dc6c commit 33aea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_pydoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ def test_bound_builtin_classmethod_o(self):

def test_module_level_callable_unrepresentable_default(self):
self.assertEqual(self._get_summary_line(getattr),
"getattr(object, name, default=<unrepresentable>, /)")
"getattr(...)")

def test_builtin_staticmethod_unrepresentable_default(self):
self.assertEqual(self._get_summary_line(str.maketrans),
Expand Down

0 comments on commit 33aea8b

Please sign in to comment.