diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-12-28 04:39:54 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-12-28 04:39:54 (GMT) |
commit | 0c40ca6eb8f7331e7060f60a1db639e38e4d0403 (patch) | |
tree | 68220c0b024d89229d100320f6c3d4946a56d1a9 | |
parent | f9a2c63c79f51540e261854679eeb15d873f7dff (diff) | |
download | cpython-0c40ca6eb8f7331e7060f60a1db639e38e4d0403.zip cpython-0c40ca6eb8f7331e7060f60a1db639e38e4d0403.tar.gz cpython-0c40ca6eb8f7331e7060f60a1db639e38e4d0403.tar.bz2 |
Remove a stray (old) macro name left around (I guess)
-rw-r--r-- | Doc/api/newtypes.tex | 2 |
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 |