mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -273,7 +273,7 @@ class StatAttributeTests(unittest.TestCase):
|
|||
except TypeError:
|
||||
pass
|
||||
|
||||
# Use the constructr with a too-long tuple.
|
||||
# Use the constructor with a too-long tuple.
|
||||
try:
|
||||
result2 = os.stat_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
|
||||
except TypeError:
|
||||
|
@ -320,7 +320,7 @@ class StatAttributeTests(unittest.TestCase):
|
|||
except TypeError:
|
||||
pass
|
||||
|
||||
# Use the constructr with a too-long tuple.
|
||||
# Use the constructor with a too-long tuple.
|
||||
try:
|
||||
result2 = os.statvfs_result((0,1,2,3,4,5,6,7,8,9,10,11,12,13,14))
|
||||
except TypeError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue