[PYTHON DOC-SIG] Bugs in documentation
Hi, I'm making a slow progress in reading docs, but I've found some bugs already. General bug: In Library Reference, Chapter 2.1.4 are swapped descriptions of / and % operators. Quite fatal for unexperienced ... HTML downloadable docs: ../icons directory referred in files is not included in .tar.gz package. Tom Valusek _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________
Tomas Valusek wrote:
Hi,
I'm making a slow progress in reading docs, but I've found some bugs already.
General bug: In Library Reference, Chapter 2.1.4 are swapped descriptions of / and % operators. Quite fatal for unexperienced ...
Maybe you got mislead by the notation here x / y quotient of x and y --- (1) x % y remainder of x / y because x / y on integers really truncates to an integer, and x % y is the remainder of that? - chris _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________
I'm making a slow progress in reading docs, but I've found some bugs already.
General bug: In Library Reference, Chapter 2.1.4 are swapped descriptions of / and % operators. Quite fatal for unexperienced ...
I don't see this bug. It says x/y is the quotient, x%y is the remainder. This is exactly as it is.
HTML downloadable docs: ../icons directory referred in files is not included in .tar.gz package.
Sorry. --Guido van Rossum (home page: http://www.python.org/~guido/) _______________ DOC-SIG - SIG for the Python Documentation Project send messages to: doc-sig@python.org administrivia to: doc-sig-request@python.org _______________
participants (3)
-
Christian Tismer -
Guido van Rossum -
tvalusek@vs.inext.cz