]> granicus.if.org Git - python/commitdiff
Markup nit: For the Python documents, we use \empt instead of \textit.
authorFred Drake <fdrake@acm.org>
Mon, 19 Mar 2001 04:19:56 +0000 (04:19 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Mar 2001 04:19:56 +0000 (04:19 +0000)
Doc/ext/ext.tex

index 2708d523a903a1ebd1abad2e490a38c9cb8be58b..446802fd2202f3b25fd9e2e7972272ccc6ac4701 100644 (file)
@@ -1883,7 +1883,7 @@ noddy_new_noddy(PyObject* self, PyObject* args)
 This is in fact just a regular module function, as described in the
 last chapter.  The reason it gets special mention is that this is
 where we create our Noddy object.  Defining PyTypeObject structures is
-all very well, but if there's no way to actually \textit{create} one
+all very well, but if there's no way to actually \emph{create} one
 of the wretched things it is not going to do anyone much good.
 
 Almost always, you create objects with a call of the form: