diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-07-05 12:30:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 12:30:19 (GMT) |
commit | 77bf9739305a0c9178ec94338c1289df0bdce738 (patch) | |
tree | 8ab4e5ebfcc070f6d56b28f6048ef95f0bcfb9db /Doc/distutils/apiref.rst | |
parent | 99a06685d4034a9b3d4dd898292926932168d94d (diff) | |
download | cpython-77bf9739305a0c9178ec94338c1289df0bdce738.zip cpython-77bf9739305a0c9178ec94338c1289df0bdce738.tar.gz cpython-77bf9739305a0c9178ec94338c1289df0bdce738.tar.bz2 |
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557)
Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021
(cherry picked from commit 3440d197a55800ecceea3e115e44b4262411359c)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Diffstat (limited to 'Doc/distutils/apiref.rst')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index 74c4814..87c9285 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -1198,7 +1198,7 @@ other utility module. it contains certain values: see :func:`check_environ`. Raise :exc:`ValueError` for any variables not found in either *local_vars* or ``os.environ``. - Note that this is not a fully-fledged string interpolation function. A valid + Note that this is not a full-fledged string interpolation function. A valid ``$variable`` can consist only of upper and lower case letters, numbers and an underscore. No { } or ( ) style quoting is available. |