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
|
@ -1729,7 +1729,7 @@ class LWPCookieTests(unittest.TestCase):
|
|||
key = "%s_after" % cookie.value
|
||||
counter[key] = counter[key] + 1
|
||||
|
||||
# a permanent cookie got lost accidently
|
||||
# a permanent cookie got lost accidentally
|
||||
self.assertEqual(counter["perm_after"], counter["perm_before"])
|
||||
# a session cookie hasn't been cleared
|
||||
self.assertEqual(counter["session_after"], 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue