mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -692,7 +692,7 @@ class PyCatchWarningTests(CatchWarningTests):
|
|||
class BootstrapTest(unittest.TestCase):
|
||||
def test_issue_8766(self):
|
||||
# "import encodings" emits a warning whereas the warnings is not loaded
|
||||
# or not completly loaded (warnings imports indirectly encodings by
|
||||
# or not completely loaded (warnings imports indirectly encodings by
|
||||
# importing linecache) yet
|
||||
cwd = tempfile.mkdtemp()
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue