From dbe3386d89dc1506b7fa15ea74a767ba5c366439 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 11 Sep 2009 15:25:13 -0400 Subject: [PATCH] typo --- iterators.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iterators.html b/iterators.html index e8e8e72..38dc87e 100755 --- a/iterators.html +++ b/iterators.html @@ -111,7 +111,7 @@ body{counter-reset:h1 7}
-

In Python, simply call a class as if it were a function to create a new instance of the class. There is no explicit new operator like C++ or Java. +

In Python, simply call a class as if it were a function to create a new instance of the class. There is no explicit new operator like there is in C++ or Java.