mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Fix trailing whitespaces in C and Python files. (#4131)
This commit is contained in:
parent
2b5cbbb13c
commit
d94ef8fe94
6 changed files with 9 additions and 9 deletions
|
@ -2021,7 +2021,7 @@ class TestSignatureObject(unittest.TestCase):
|
|||
((('args', ..., ..., 'var_positional'),), ...))
|
||||
self.assertEqual(self.signature(A.f3),
|
||||
((('args', ..., ..., 'var_positional'),), ...))
|
||||
self.assertEqual(self.signature(A.f4),
|
||||
self.assertEqual(self.signature(A.f4),
|
||||
((('args', ..., ..., 'var_positional'),
|
||||
('kwargs', ..., ..., 'var_keyword')), ...))
|
||||
@cpython_only
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue