commit | f81ff989d6a3e237f2a14edc327451abeaa70011 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sun Jun 14 21:20:40 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sun Jun 14 21:20:40 2009 +0000 |
tree | 07c9d7f5ac611c5189d6618ea929703c2bf4d5c3 | |
parent | 983a46543cbf310b5d5915d7bed8e4581cc1507d [diff] [blame] |
#6227: Because of a wrong indentation, the test was not testing what it should. Ensure that the snippet in doctest_aliases actually contains aliases.
diff --git a/Lib/test/doctest_aliases.py b/Lib/test/doctest_aliases.py index e6e5ca9..1f33f83 100644 --- a/Lib/test/doctest_aliases.py +++ b/Lib/test/doctest_aliases.py
@@ -10,4 +10,4 @@ ''' return 'f' - g = f # define an alias for f + g = f # define an alias for f