commit | 968dcd9e7a4d3aa9aaa1dfca693adf60d6b71ce7 | [log] [tgz] |
---|---|---|
author | Brandt Bucher <brandtbucher@gmail.com> | Thu Feb 13 09:34:45 2020 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 13 18:34:45 2020 +0100 |
tree | 1165cd893948b60a81132455b1099194ff26507f | |
parent | 925dc7fb1d0db85dc137afa4cd14211bf0d67414 [diff] [blame] |
bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496)
diff --git a/Doc/c-api/structures.rst b/Doc/c-api/structures.rst index 75e2383..083c374 100644 --- a/Doc/c-api/structures.rst +++ b/Doc/c-api/structures.rst
@@ -103,7 +103,7 @@ .. c:function:: void Py_SET_SIZE(PyVarObject *o, Py_ssize_t size) - Set the object *o* size of *size*. + Set the object *o* size to *size*. .. versionadded:: 3.9