diff --git a/porting-code-to-python-3-with-2to3.html b/porting-code-to-python-3-with-2to3.html index 47c0236..e40ceea 100644 --- a/porting-code-to-python-3-with-2to3.html +++ b/porting-code-to-python-3-with-2to3.html @@ -651,7 +651,7 @@ reduce(a, b, c)
repr() function works on everything.
+repr() function works on everything.
2to3 tool is smart enough to convert this into nested calls to repr().