Skip to content

Commit c53a02f

Browse files
colesburyvstinner
andauthored
Update Include/internal/pycore_function.h
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent eb9d185 commit c53a02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_function.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static inline PyObject* _PyFunction_GET_BUILTINS(PyObject *func) {
4848

4949

5050
/* Get the callable wrapped by a staticmethod.
51-
Returns a borrowed reference, or NULL if uninitialized.
51+
Returns a borrowed reference.
5252
The caller must ensure 'sm' is a staticmethod object. */
5353
extern PyObject *_PyStaticMethod_GetFunc(PyObject *sm);
5454

0 commit comments

Comments
 (0)