We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442d4f2 commit 312fdceCopy full SHA for 312fdce
Doc/c-api/sys.rst
@@ -270,7 +270,7 @@ accessible to C code. They all work with the current interpreter thread's
270
271
.. c:function:: PyObject *PySys_GetAttrString(const char *name)
272
273
- Similar to :c:func:`PySys_GetAttrString`, but *name* is an UTF-8 encoded
+ Similar to :c:func:`PySys_GetAttr`, but *name* is an UTF-8 encoded
274
string.
275
276
.. versionadded:: next
0 commit comments