summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index e6f7b2c..128c1bd 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -1371,7 +1371,7 @@ objects that compare equal might have different :attr:`~range.start`,
.. seealso::
* The `linspace recipe <http://code.activestate.com/recipes/579000/>`_
- shows how to implement a lazy version of range that suitable for floating
+ shows how to implement a lazy version of range suitable for floating
point applications.
.. index::