]> granicus.if.org Git - python/commitdiff
Correct minor grammatical mistake in open docs (GH-15865)
authorAndre Delfino <adelfino@gmail.com>
Tue, 10 Sep 2019 14:48:05 +0000 (11:48 -0300)
committerGregory P. Smith <greg@krypto.org>
Tue, 10 Sep 2019 14:48:05 +0000 (15:48 +0100)
Doc/library/functions.rst

index 98a55c61eff2b2155bdb5c8aefa26ef7766cc030..2e385a2a37d5633de67391e678f8aff19cad23cb 100644 (file)
@@ -1074,8 +1074,8 @@ are always available.  They are listed here in alphabetical order.
    ========= ===============================================================
 
    The default mode is ``'r'`` (open for reading text, synonym of ``'rt'``).
-   Modes ``'w+'`` and ``'w+b'`` opens and truncates the file.  Modes ``'r+'``
-   and ``'r+b'`` opens the file with no truncation.
+   Modes ``'w+'`` and ``'w+b'`` open and truncate the file.  Modes ``'r+'``
+   and ``'r+b'`` open the file with no truncation.
 
    As mentioned in the :ref:`io-overview`, Python distinguishes between binary
    and text I/O.  Files opened in binary mode (including ``'b'`` in the *mode*