mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Fix typos in comments (#123201)
This commit is contained in:
parent
7b26c4d1e3
commit
94036e43a8
9 changed files with 13 additions and 13 deletions
|
@ -2500,7 +2500,7 @@ class BaseCallableTests:
|
|||
|
||||
def test_nested_paramspec(self):
|
||||
# Since Callable has some special treatment, we want to be sure
|
||||
# that substituion works correctly, see gh-103054
|
||||
# that substitution works correctly, see gh-103054
|
||||
Callable = self.Callable
|
||||
P = ParamSpec('P')
|
||||
P2 = ParamSpec('P2')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue