diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-25 18:11:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-25 18:11:26 (GMT) |
commit | e7ede067576e9beaf0787e1fb3104cf6202d8aa0 (patch) | |
tree | 560ba7edd2ddd5e50946b23ec892f32ad54a4c45 /Doc | |
parent | 6bbd76b0a0bb1b98e310b187f82aa2b93eb6ac29 (diff) | |
download | cpython-e7ede067576e9beaf0787e1fb3104cf6202d8aa0.zip cpython-e7ede067576e9beaf0787e1fb3104cf6202d8aa0.tar.gz cpython-e7ede067576e9beaf0787e1fb3104cf6202d8aa0.tar.bz2 |
Typo
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index 6c20418..0a1d0a3 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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) |