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

Mariatta webhook-mailer at python.org
Fri Aug 3 01:12:54 EDT 2018


https://github.com/python/cpython/commit/b6efc2cf9701adfb901eec2fe6a418893739877a
commit: b6efc2cf9701adfb901eec2fe6a418893739877a
branch: master
author: Andrés Delfino <adelfino at gmail.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2018-08-02T22:12:51-07:00
summary:

Improve the grammar in `range` documentation. (GH-8628)

Remove unnecessary "that" in the sentence.

files:
M Doc/library/stdtypes.rst

diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index e6f7b2c0b7f9..128c1bd24a4f 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