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 312ed88 commit 6c8c9a1Copy full SHA for 6c8c9a1
Doc/c-api/sys.rst
@@ -260,9 +260,8 @@ accessible to C code. They all work with the current interpreter thread's
260
261
.. c:function:: PyObject *PySys_GetAttr(PyObject *name)
262
263
- Return the object *name* from the :mod:`sys` module.
264
-
265
- Return a new object on success. Set an exception and return ``NULL`` on
+ Return the object *name* from the :mod:`sys` module on success.
+ Set an exception and return ``NULL`` on
266
error.
267
268
.. versionadded:: next
0 commit comments