summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-12-28 04:39:20 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-12-28 04:39:20 (GMT)
commit5dc29ac8885338ce8fd92f04d47c3d2caab0cd9d (patch)
tree580650cc79e3bd4e2e28750ad981778af04fa98b
parenta7ba6fc548d1d38e163aaa9ab5d9405e412ec62a (diff)
downloadcpython-5dc29ac8885338ce8fd92f04d47c3d2caab0cd9d.zip
cpython-5dc29ac8885338ce8fd92f04d47c3d2caab0cd9d.tar.gz
cpython-5dc29ac8885338ce8fd92f04d47c3d2caab0cd9d.tar.bz2
Remove a stray (old) macro name left around (I guess)
-rw-r--r--Doc/api/newtypes.tex2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex
index 43d2f88..e5c5aac 100644
--- a/Doc/api/newtypes.tex
+++ b/Doc/api/newtypes.tex
@@ -103,8 +103,6 @@ defining new object types.
the value for the \var{methods} argument]{2.3}
\end{cfuncdesc}
-DL_IMPORT
-
\begin{cvardesc}{PyObject}{_Py_NoneStruct}
Object which is visible in Python as \code{None}. This should only
be accessed using the \code{Py_None} macro, which evaluates to a