From e7ede067576e9beaf0787e1fb3104cf6202d8aa0 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Fri, 25 Nov 2011 19:11:26 +0100 Subject: [PATCH] Typo --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 6c2041840a..0a1d0a3750 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -239,7 +239,7 @@ Example with nested functions:: >>> outer().__qualname__ 'outer..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) -- 2.40.0