Markup nit: For the Python documents, we use \empt instead of \textit.

This commit is contained in:
Fred Drake 2001-03-19 04:19:56 +00:00
parent 9e6f278fc1
commit f531ad698c
1 changed files with 1 additions and 1 deletions

View 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: