summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ast.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:58:13 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:58:13 (GMT)
commita7e7497d885b5616fbe9bd4b16778f9e0e50b07d (patch)
tree5e1e28b27364065e3f3f6ea06df67ad5e1228531 /Lib/test/test_ast.py
parente0c69161bc9d4e9deca4fc0add189b4df9cce8cb (diff)
parent85a8629d2134969fc9c35b56509d3a76d9dccecf (diff)
downloadcpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.zip
cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.gz
cpython-a7e7497d885b5616fbe9bd4b16778f9e0e50b07d.tar.bz2
#18466: merge with 3.3.
Diffstat (limited to 'Lib/test/test_ast.py')
-rw-r--r--Lib/test/test_ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ast.py b/Lib/test/test_ast.py
index 49daacb..e69422a 100644
--- a/Lib/test/test_ast.py
+++ b/Lib/test/test_ast.py
@@ -22,7 +22,7 @@ def to_tuple(t):
# These tests are compiled through "exec"
-# There should be atleast one test per statement
+# There should be at least one test per statement
exec_tests = [
# None
"None",