mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
#9204: remove mentions of removed types in the types module.
This commit is contained in:
parent
418cc73403
commit
2aff335c36
10 changed files with 15 additions and 29 deletions
|
@ -15,10 +15,8 @@ Floating Point Objects
|
|||
|
||||
.. c:var:: PyTypeObject PyFloat_Type
|
||||
|
||||
.. index:: single: FloatType (in modules types)
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python floating point
|
||||
type. This is the same object as ``float`` and ``types.FloatType``.
|
||||
type. This is the same object as :class:`float` in the Python layer.
|
||||
|
||||
|
||||
.. c:function:: int PyFloat_Check(PyObject *p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue