summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-09-07 02:33:37 +0000
committerFred Drake <fdrake@acm.org>2003-09-07 02:33:37 +0000
commita26c16c821461986e08ddd63a60da42150180606 (patch)
tree86575ff3237ba24dda57b128eb26e079407167a7
parent4ccf6e738e7ae7970b94c09f692fd9aed3fb1d51 (diff)
downloadcpython-git-a26c16c821461986e08ddd63a60da42150180606.tar.gz
fix \NULL with following space and no {} (two instances)
-rw-r--r--Doc/ext/newtypes.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ext/newtypes.tex b/Doc/ext/newtypes.tex
index ed42fa93b0..230db9ebee 100644
--- a/Doc/ext/newtypes.tex
+++ b/Doc/ext/newtypes.tex
@@ -460,8 +460,8 @@ restrict the types of objects that can be assigned to the Python
attributes. We expect the first and last names to be strings, but any
Python objects can be assigned. Further, the attributes can be
deleted, setting the C pointers to \NULL. Even though we can make
-sure the members are initialized to non-\NULL values, the members can
-be set to \NULL if the attributes are deleted.
+sure the members are initialized to non-\NULL{} values, the members can
+be set to \NULL{} if the attributes are deleted.
We define a single method, \method{name}, that outputs the objects
name as the concatenation of the first and last names.