mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
#18741: fix more typos. Patch by Févry Thibault.
This commit is contained in:
parent
9ff79f7c46
commit
b5bc353b88
22 changed files with 38 additions and 36 deletions
|
@ -324,7 +324,7 @@ class Test_TestLoader(unittest.TestCase):
|
|||
# Does loadTestsFromName raise TypeError when the `module` argument
|
||||
# isn't a module object?
|
||||
#
|
||||
# XXX Accepts the not-a-module object, ignorning the object's type
|
||||
# XXX Accepts the not-a-module object, ignoring the object's type
|
||||
# This should raise an exception or the method name should be changed
|
||||
#
|
||||
# XXX Some people are relying on this, so keep it for now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue