From b6efc2cf9701adfb901eec2fe6a418893739877a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9s=20Delfino?= Date: Fri, 3 Aug 2018 02:12:51 -0300 Subject: [PATCH] Improve the grammar in `range` documentation. (GH-8628) Remove unnecessary "that" in the sentence. --- 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 e6f7b2c0b7..128c1bd24a 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 `_ - 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:: -- 2.50.1