http://hg.python.org/cpython/rev/ad6e995f598c changeset: 73740:ad6e995f598c user: Antoine Pitrou <solipsis at pitrou.net> date: Fri Nov 25 19:11:26 2011 +0100 summary: Typo files: Doc/whatsnew/3.3.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -239,7 +239,7 @@ >>> 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) -- Repository URL: http://hg.python.org/cpython