mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Repaired typos in comments.
This commit is contained in:
parent
d7472ec13a
commit
0320464583
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ class _Database(UserDict.DictMixin):
|
|||
# gets called. One place _commit() gets called is from __del__(),
|
||||
# and if that occurs at program shutdown time, module globals may
|
||||
# already have gotten rebound to None. Since it's crucial that
|
||||
# _commit() finish sucessfully, we can't ignore shutdown races
|
||||
# _commit() finish successfully, we can't ignore shutdown races
|
||||
# here, and _commit() must not reference any globals.
|
||||
_os = _os # for _commit()
|
||||
_open = _open # for _commit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue