[Python-checkins] bpo-42180: fix plural in arguments and control (GH-23015)

pablogsal webhook-mailer at python.org
Thu Oct 29 16:48:25 EDT 2020


https://github.com/python/cpython/commit/b76a8400217827e604ebb543f45156f3caacd9a0
commit: b76a8400217827e604ebb543f45156f3caacd9a0
branch: master
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2020年10月29日T20:48:21Z
summary:
bpo-42180: fix plural in arguments and control (GH-23015)
https://bugs.python.org/issue42180
files:
M Doc/library/functions.rst
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index 52a1512b5884f..a8a4ca42007c6 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -259,7 +259,7 @@ are always available. They are listed here in alphabetical order.
 interactive statement (in the latter case, expression statements that
 evaluate to something other than ``None`` will be printed).
 
- The optional argument *flags* and *dont_inherit* controls which
+ The optional arguments *flags* and *dont_inherit* control which
 :ref:`compiler options <ast-compiler-flags>` should be activated
 and which :ref:`future features <future>` should be allowed. If neither
 is present (or both are zero) the code is compiled with the same flags that


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /