From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 3 Aug 2018 06:16:07 +0000 (-0700) Subject: Improve the grammar in `range` documentation. (GH-8628) X-Git-Tag: v3.7.1rc1~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4d71c91498da4ae3a5c6196b44f28a05076fb80;p=thirdparty%2FPython%2Fcpython.git Improve the grammar in `range` documentation. (GH-8628) Remove unnecessary "that" in the sentence. (cherry picked from commit b6efc2cf9701adfb901eec2fe6a418893739877a) Co-authored-by: Andrés Delfino --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 93786696056c..0232b66bd196 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::