Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6cb6c5 + 26d5fab commit 1bef5c6Copy full SHA for 1bef5c6
1 file changed
Doc/tutorial/introduction.rst
@@ -58,7 +58,7 @@ For example::
58
59
The integer numbers (e.g. ``2``, ``4``, ``20``) have type :class:`int`,
60
the ones with a fractional part (e.g. ``5.0``, ``1.6``) have type
61
-: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.
62
63
Division (``/``) always returns a float. To do :term:`floor division` and
64
get an integer result (discarding any fractional result) you can use the ``//``
0 commit comments