From 4c1b9f4ca7141c1e2b8f7db04d889e1c034357b1 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 27 Jan 2013 00:33:04 +0100 Subject: fix typo; thanks to Andrew Harrington from docs@ --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 138405a..30c2429 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1253,7 +1253,7 @@ loops. the formula ``r[i] = start + step*i``, but the constraints are ``i >= 0`` and ``r[i] > stop``. - A range object will be empty if ``r[0]`` does not meant the value + A range object will be empty if ``r[0]`` does not meet the value constraint. Ranges do support negative indices, but these are interpreted as indexing from the end of the sequence determined by the positive indices. -- cgit v0.12