Commit 43bf890e authored by Stefan Behnel's avatar Stefan Behnel

clarify comment in caveats.rst

parent 28a879b3
...@@ -16,4 +16,4 @@ for Python users, so this list may change in the future. ...@@ -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 around to a large positive integer prior to being passed to the
``range`` function. ``range`` function.
- Python's ``float`` type actually wraps C ``double`` values, and - 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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment