]> granicus.if.org Git - python/commitdiff
Improve the grammar in `range` documentation. (GH-8628)
authorAndrés Delfino <adelfino@gmail.com>
Fri, 3 Aug 2018 05:12:51 +0000 (02:12 -0300)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 3 Aug 2018 05:12:51 +0000 (22:12 -0700)
Remove unnecessary "that" in the sentence.

Doc/library/stdtypes.rst

index e6f7b2c0b7f9ab3ef00db7ce293c7f17f770a42d..128c1bd24a4f49a860d0d56bee05eccf788e1f2c 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::