From 4a993be103658eb0d12e352cc2ad7f533500a4be Mon Sep 17 00:00:00 2001 From: Stefan Behnel <stefan_ml@behnel.de> Date: Sat, 1 Nov 2014 11:17:37 +0100 Subject: [PATCH] clarify comment in caveats.rst --HG-- extra : transplant_source : %91%5B%F1%3Dp%C5%9A%A7%1DG%DB%1F%D1%0B%01f%85%24%F4E --- docs/src/tutorial/caveats.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial/caveats.rst b/docs/src/tutorial/caveats.rst index 401083966..483e1f363 100644 --- a/docs/src/tutorial/caveats.rst +++ b/docs/src/tutorial/caveats.rst @@ -16,4 +16,4 @@ for Python users, so this list may change in the future. around to a large positive integer prior to being passed to the ``range`` function. - Python's ``float`` type actually wraps C ``double`` values, and - Python's ``int`` type wraps C ``long`` values. + the ``int`` type in Python 2.x wraps C ``long`` values. -- 2.30.9