Author: Konstantin Lopuhin <[email protected]>
Branch: 
Changeset: r55740:0cee27959d9e
Date: 2012-06-19 23:11 +0400
http://bitbucket.org/pypy/pypy/changeset/0cee27959d9e/

Log:    #1180 - fix typo in test name

diff --git a/pypy/objspace/std/test/test_newformat.py 
b/pypy/objspace/std/test/test_newformat.py
--- a/pypy/objspace/std/test/test_newformat.py
+++ b/pypy/objspace/std/test/test_newformat.py
@@ -219,7 +219,7 @@
         assert "{0} or {1}".format(True, False) == "True or False"
         assert "{} or {}".format(True, False) == "True or False"
 
-    def test_int_deletaion_format(self):
+    def test_int_delegation_format(self):
         assert "{:f}".format(True) == "1.000000"
         assert "{:05d}".format(False) == "00000"
         assert "{:g}".format(True) == "1"
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to