summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asdl_parser.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-11-02 12:40:41 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-11-02 12:40:41 (GMT)
commitf51d715845dfede2803ef7a2e6ea4e2a03f18486 (patch)
tree976bc3c3a7633d32b6bccb715cda9da34857e6c4 /Lib/test/test_asdl_parser.py
parenta84f6c3dd3ef02bdbbc67b4cd1223749f3c39030 (diff)
downloadcpython-f51d715845dfede2803ef7a2e6ea4e2a03f18486.zip
cpython-f51d715845dfede2803ef7a2e6ea4e2a03f18486.tar.gz
cpython-f51d715845dfede2803ef7a2e6ea4e2a03f18486.tar.bz2
Issue #25523: Further a-to-an corrections new in 3.5.
Diffstat (limited to 'Lib/test/test_asdl_parser.py')
-rw-r--r--Lib/test/test_asdl_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_asdl_parser.py b/Lib/test/test_asdl_parser.py
index 7a6426a..15bc684 100644
--- a/Lib/test/test_asdl_parser.py
+++ b/Lib/test/test_asdl_parser.py
@@ -21,7 +21,7 @@ class TestAsdlParser(unittest.TestCase):
def setUpClass(cls):
# Loads the asdl module dynamically, since it's not in a real importable
# package.
- # Parses Python.asdl into a ast.Module and run the check on it.
+ # Parses Python.asdl into an ast.Module and run the check on it.
# There's no need to do this for each test method, hence setUpClass.
sys.path.insert(0, parser_dir)
loader = importlib.machinery.SourceFileLoader(