Skip to content

Commit d4cde94

Browse files
committed
Post fix
1 parent 0a427ec commit d4cde94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10030,7 +10030,7 @@ def test_basic_with_exec(self):
1003010030
self.assertIs(P.__module__, None)
1003110031

1003210032
def test_bound(self):
10033-
P1 = ParamSpec("P1")
10033+
P1 = ParamSpec("P1")
1003410034
P2 = ParamSpec("P2", bound=None)
1003510035
self.assertIs(P1.__bound__, None)
1003610036
self.assertIs(P2.__bound__, None)

0 commit comments

Comments
 (0)