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/c-api/intro.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/c-api/intro.rst')
-rw-r--r-- | Doc/c-api/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index e53c826..d9fcd0d 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst @@ -779,7 +779,7 @@ A full list of the various types of debugging builds is in the file :file:`Misc/SpecialBuilds.txt` in the Python source distribution. Builds are available that support tracing of reference counts, debugging the memory allocator, or low-level profiling of the main interpreter loop. Only the most -frequently-used builds will be described in the remainder of this section. +frequently used builds will be described in the remainder of this section. Compiling the interpreter with the :c:macro:`Py_DEBUG` macro defined produces what is generally meant by :ref:`a debug build of Python <debug-build>`. |