mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -139,7 +139,7 @@ class LineCacheTests(unittest.TestCase):
|
|||
self.assertEqual(
|
||||
True, linecache.lazycache(NONEXISTENT_FILENAME, globals()))
|
||||
self.assertEqual(1, len(linecache.cache[NONEXISTENT_FILENAME]))
|
||||
# Note here that we're looking up a non existant filename with no
|
||||
# Note here that we're looking up a nonexistent filename with no
|
||||
# globals: this would error if the lazy value wasn't resolved.
|
||||
self.assertEqual(lines, linecache.getlines(NONEXISTENT_FILENAME))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue