Fix typos in comments (#123201)

This commit is contained in:
Wulian 2024-08-21 20:49:23 +08:00 committed by GitHub
parent 7b26c4d1e3
commit 94036e43a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 13 deletions

View file

@ -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')