mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge typo fix.
This commit is contained in:
commit
1bef5c6cc8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ For example::
|
|||
|
||||
The integer numbers (e.g. ``2``, ``4``, ``20``) have type :class:`int`,
|
||||
the ones with a fractional part (e.g. ``5.0``, ``1.6``) have type
|
||||
:class:`float`. We will see more about numberic types later in the tutorial.
|
||||
:class:`float`. We will see more about numeric types later in the tutorial.
|
||||
|
||||
Division (``/``) always returns a float. To do :term:`floor division` and
|
||||
get an integer result (discarding any fractional result) you can use the ``//``
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue