]> granicus.if.org Git - python/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:29 +0000 (23:16 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Aug 2018 06:16:29 +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 d740688d88a266513ccbb4c973e233939d332721..e23324fe697e89af8418f6f4dcbbd826ca8848d0 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::