]> granicus.if.org Git - python/commitdiff
fix \NULL with following space and no {} (two instances)
authorFred Drake <fdrake@acm.org>
Sun, 7 Sep 2003 02:33:37 +0000 (02:33 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 7 Sep 2003 02:33:37 +0000 (02:33 +0000)
Doc/ext/newtypes.tex

index ed42fa93b07682d99de0ce93c1cc9e5f86b20975..230db9ebee38817461ae1541928bd39fcaf68b85 100644 (file)
@@ -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.