mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix spelling and grammar in documentation and code comments
This commit is contained in:
parent
72e483aac4
commit
69332c1a64
14 changed files with 15 additions and 15 deletions
|
@ -164,7 +164,7 @@ class DocXMLRPCHTTPGETServer(unittest.TestCase):
|
|||
@make_request_and_skipIf(sys.flags.optimize >= 2,
|
||||
"Docstrings are omitted with -O2 and above")
|
||||
def test_system_methods(self):
|
||||
"""Test the precense of three consecutive system.* methods.
|
||||
"""Test the presence of three consecutive system.* methods.
|
||||
|
||||
This also tests their use of parameter type recognition and the
|
||||
systems related to that process.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue