commit | c803bd84b529f3a300f9ba808b60dd50e4e365bf | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 22 09:55:44 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Oct 22 09:55:44 2014 +0200 |
tree | 39ce24c2790a46dfefa0b13b7cfa838872ffc8e4 | |
parent | 4b4ddb21904320bd009688a473186041c52135a4 [diff] |
Issue #22695: Fix syntax of open() doc
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index b45848c..8b69b62 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst
@@ -1054,6 +1054,7 @@ The file is now non-inheritable. .. deprecated-removed:: 3.4 4.0 + The ``'U'`` mode.