diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2014-10-22 07:55:44 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2014-10-22 07:55:44 (GMT) |
| commit | c803bd84b529f3a300f9ba808b60dd50e4e365bf (patch) | |
| tree | 39ce24c2790a46dfefa0b13b7cfa838872ffc8e4 | |
| parent | 4b4ddb21904320bd009688a473186041c52135a4 (diff) | |
| download | cpython-c803bd84b529f3a300f9ba808b60dd50e4e365bf.zip cpython-c803bd84b529f3a300f9ba808b60dd50e4e365bf.tar.gz cpython-c803bd84b529f3a300f9ba808b60dd50e4e365bf.tar.bz2 | |
Issue #22695: Fix syntax of open() doc
| -rw-r--r-- | Doc/library/functions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ are always available. They are listed here in alphabetical order. The file is now non-inheritable. .. deprecated-removed:: 3.4 4.0 + The ``'U'`` mode. |
