Skip to content
Snippets Groups Projects
Commit df0cc479 authored by Fabien Meghazi's avatar Fabien Meghazi
Browse files

[FIX] doc: fix typo

parent ba9381ed
Branches
Tags
No related merge requests found
......@@ -338,7 +338,7 @@ code by replacing it with some other method altogether.
``xrange``
##########
In Python 3, ``range()`` behaves the same as Python 3's ``xrange``.
In Python 3, ``range()`` behaves the same as Python 2's ``xrange``.
For cross-version code, you can just use ``range()`` everywhere: while this
will incur a slight allocation cost on Python 2, Python 3's ``range`` supports
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment