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
newoperator 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
newoperator like there is in C++ or Java.
⁂