Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mention float in docs
  • Loading branch information
hauntsaninja committed Dec 23, 2022
commit d5f67e179fabd3302f4f9b7e8a76cd3838224d9d
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class`. In addition, it provides a few more methods:

.. method:: int.is_integer()

Returns ``True``.
Returns ``True``. Exists for duck type compatibility with :meth:`float.is_integer`.

.. versionadded:: 3.12

Expand Down