mirror of
https://github.com/python/cpython.git
synced 2025-10-07 15:42:02 +00:00
Spelling fixes to docs, docstrings, and comments (GH-6374)
(cherry picked from commit 61f82e0e33
)
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
b221107d32
commit
32955299b4
15 changed files with 16 additions and 16 deletions
|
@ -161,7 +161,7 @@ class ConnectionTests(unittest.TestCase):
|
|||
self.cx.in_transaction = True
|
||||
|
||||
def CheckOpenWithPathLikeObject(self):
|
||||
""" Checks that we can succesfully connect to a database using an object that
|
||||
""" Checks that we can successfully connect to a database using an object that
|
||||
is PathLike, i.e. has __fspath__(). """
|
||||
self.addCleanup(unlink, TESTFN)
|
||||
class Path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue