]> granicus.if.org Git - python/commitdiff
Typo
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 18:11:26 +0000 (19:11 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 25 Nov 2011 18:11:26 +0000 (19:11 +0100)
Doc/whatsnew/3.3.rst

index 6c2041840a156c9a635242d3d17eb4127bb14240..0a1d0a3750ab7fbe029fc954c0f35c06f2f70a74 100644 (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)