From: Georg Brandl Date: Sun, 4 Sep 2005 18:30:19 +0000 (+0000) Subject: Clarify what is meant with "whole numbers". X-Git-Tag: v2.5a0~1404 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7da4edac285569f5aa2f6a8c788f172f565d9a0d;p=thirdparty%2FPython%2Fcpython.git Clarify what is meant with "whole numbers". --- diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 46388b2faaeb..505ae2ef69f1 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -165,7 +165,8 @@ complex numbers: \begin{description} \item[Integers] -These represent elements from the mathematical set of whole numbers. +These represent elements from the mathematical set of whole numbers +(positive and negative ones). \obindex{integer} There are three types of integers: