From 523fb2da2010001dd15836781da16c5b2c4e0114 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Thu, 6 Aug 2009 15:12:19 -0700 Subject: [PATCH] typo --- special-method-names.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/special-method-names.html b/special-method-names.html index 48c257c..3da0b56 100644 --- a/special-method-names.html +++ b/special-method-names.html @@ -60,7 +60,7 @@ td a:link, td a:visited{border:0} x.__bytes__() ⑤ the value as a formatted string -format(x) +format(x, format_spec) x.__format__(format_spec)