diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-06-18 04:34:30 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2018-06-18 04:34:30 (GMT) |
commit | 5092439c2cb32112a5869b138011d38491db90a9 (patch) | |
tree | e3e51df527dff887f1bf15d00d0286b655b2634e /Doc/library/optparse.rst | |
parent | 9d49f85064c388e2dddb9f8cb4ae1f486bc8d357 (diff) | |
download | cpython-5092439c2cb32112a5869b138011d38491db90a9.zip cpython-5092439c2cb32112a5869b138011d38491db90a9.tar.gz cpython-5092439c2cb32112a5869b138011d38491db90a9.tar.bz2 |
bpo-33892: Doc: Use gender neutral words (GH-7770)
Diffstat (limited to 'Doc/library/optparse.rst')
-rw-r--r-- | Doc/library/optparse.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/optparse.rst b/Doc/library/optparse.rst index 337c7c2..e9b82ee 100644 --- a/Doc/library/optparse.rst +++ b/Doc/library/optparse.rst @@ -1677,7 +1677,7 @@ The callback function should raise :exc:`OptionValueError` if there are any problems with the option or its argument(s). :mod:`optparse` catches this and terminates the program, printing the error message you supply to stderr. Your message should be clear, concise, accurate, and mention the option at fault. -Otherwise, the user will have a hard time figuring out what he did wrong. +Otherwise, the user will have a hard time figuring out what they did wrong. .. _optparse-callback-example-1: |