mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
IDLE: Fix typos in docs and comments (GH-13749)
This commit is contained in:
parent
cba9f84725
commit
d9677f36fe
11 changed files with 11 additions and 11 deletions
|
@ -160,7 +160,7 @@ class PyParseTest(unittest.TestCase):
|
|||
TestInfo('\n def function1(self, a,\n', [0, 1, 2], BRACKET),
|
||||
TestInfo('())\n', [0, 1], NONE), # Extra closer.
|
||||
TestInfo(')(\n', [0, 1], BRACKET), # Extra closer.
|
||||
# For the mismatched example, it doesn't look like contination.
|
||||
# For the mismatched example, it doesn't look like continuation.
|
||||
TestInfo('{)(]\n', [0, 1], NONE), # Mismatched.
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue