summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/functions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index f5b53ea4dc..daa27040f3 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -239,7 +239,7 @@ available. They are listed here in alphabetical order.
``'\n'``.
.. versionchanged:: 2.3
- The *flags* and *dont_inherit* arguments.
+ The *flags* and *dont_inherit* arguments were added.
.. versionchanged:: 2.6
Support for compiling AST objects.