diff options
author | Andrés Delfino <adelfino@gmail.com> | 2018-08-03 05:12:51 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2018-08-03 05:12:51 (GMT) |
commit | b6efc2cf9701adfb901eec2fe6a418893739877a (patch) | |
tree | aed81efb13204a5774aa7717c3a5b24c169e3a19 /Doc | |
parent | 9beaef6225cdae972b1cccd5310828cc29bf9d33 (diff) | |
download | cpython-b6efc2cf9701adfb901eec2fe6a418893739877a.zip cpython-b6efc2cf9701adfb901eec2fe6a418893739877a.tar.gz cpython-b6efc2cf9701adfb901eec2fe6a418893739877a.tar.bz2 |
Improve the grammar in `range` documentation. (GH-8628)
Remove unnecessary "that" in the sentence.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index e6f7b2c..128c1bd 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:: |