summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/whatsnew/3.3.rst2
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)