summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/typeobj.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-07-05 12:30:19 (GMT)
committerGitHub <noreply@github.com>2022-07-05 12:30:19 (GMT)
commit77bf9739305a0c9178ec94338c1289df0bdce738 (patch)
tree8ab4e5ebfcc070f6d56b28f6048ef95f0bcfb9db /Doc/c-api/typeobj.rst
parent99a06685d4034a9b3d4dd898292926932168d94d (diff)
downloadcpython-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/typeobj.rst')
-rw-r--r--Doc/c-api/typeobj.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst
index 11221f9..e6df34e 100644
--- a/Doc/c-api/typeobj.rst
+++ b/Doc/c-api/typeobj.rst
@@ -529,7 +529,7 @@ type objects) *must* have the :attr:`ob_size` field.
``PyObject_HEAD_INIT`` macro. For :ref:`statically allocated objects
<static-types>`, these fields always remain ``NULL``. For :ref:`dynamically
allocated objects <heap-types>`, these two fields are used to link the
- object into a doubly-linked list of *all* live objects on the heap.
+ object into a doubly linked list of *all* live objects on the heap.
This could be used for various debugging purposes; currently the only uses
are the :func:`sys.getobjects` function and to print the objects that are