This commit is contained in:
Antoine Pitrou 2011-11-25 19:11:26 +01:00
parent 6bbd76b0a0
commit e7ede06757

View file

@ -239,7 +239,7 @@ Example with nested functions::
>>> outer().__qualname__
'outer.<locals>.inner'
The string representation of those objects is also changed to included the
The string representation of those objects is also changed to include the
new, more precise information::
>>> str(C.D)