Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 26d5fab

Browse files
committed
Fix typo. Found by David Pesta on docs@.
1 parent 2d13036 commit 26d5fab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For example::
5858

5959
The integer numbers (e.g. ``2``, ``4``, ``20``) have type :class:`int`,
6060
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.
61+
:class:`float`. We will see more about numeric types later in the tutorial.
6262

6363
Division (``/``) always returns a float. To do :term:`floor division` and
6464
get an integer result (discarding any fractional result) you can use the ``//``

0 commit comments

Comments
 (0)