summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/api/concrete.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 93a7bd2..03f77b6 100644
--- a/Doc/api/concrete.tex
+++ b/Doc/api/concrete.tex
@@ -2409,7 +2409,7 @@ acts as a proxy for the original object as much as it can.
\begin{cfuncdesc}{PyObject*}{PyWeakref_GetObject}{PyObject *ref}
Returns the referenced object from a weak reference, \var{ref}. If
- the referent is no longer live, returns \NULL.
+ the referent is no longer live, returns \code{None}.
\versionadded{2.2}
\end{cfuncdesc}