There are a few cases where the ctypes docs are rendered incorrectly:

http://docs.python.org/dev/library/ctypes.html#function-prototypes

This looks as if 'prototype' would be a symbol exposed by ctypes; it is
not - it is used as a placeholder for the object returned by calls to 
the ctypes.CFUNCTYPE, ctypes.WINFUNCTYPE, and ctypes.PYFUNCTYPE functions above.

The rest markup is like this:


.. function:: prototype(address)
   :noindex:

   Returns a foreign function at the specified address.

Some lines below, it looks like ctypes would export '1', '2', and '4'.
Here is the markup:


.. function:: prototype(address)
   :noindex:

   Returns a foreign function at the specified address.


How can this be fixed?

-- 
Thanks,
Thomas

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to