From: Georg Brandl Date: Sun, 4 Sep 2005 18:30:44 +0000 (+0000) Subject: Clarify what is meant with "whole numbers". X-Git-Tag: v2.4.2c1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3050c088e69f3ad8e59af2338c978980d43b306e;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 d78e546bf59f..2fc5c6a92ef8 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: