]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Improve the grammar in `range` documentation. (GH-8628)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Aug 2018 06:16:07 +0000 (23:16 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 06:16:07 +0000 (23:16 -0700)
Remove unnecessary "that" in the sentence.
(cherry picked from commit b6efc2cf9701adfb901eec2fe6a418893739877a)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/stdtypes.rst

index 93786696056cbf3dd9a4bc7bfa496637c607e182..0232b66bd1960535b6c7500f32cad55dd481da31 100644 (file)
@@ -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::