[Python-checkins] Improve the grammar in `range` documentation. (GH-8628)

Miss Islington (bot) webhook-mailer at python.org
Fri Aug 3 02:16:32 EDT 2018


https://github.com/python/cpython/commit/72449547410bfcef55d0561fcec533ba9840b611
commit: 72449547410bfcef55d0561fcec533ba9840b611
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-08-02T23:16:29-07:00
summary:

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 <adelfino at gmail.com>

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index d740688d88a2..e23324fe697e 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 <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::



More information about the Python-checkins mailing list