mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Improve the grammar in range documentation. (GH-8628)
Remove unnecessary "that" in the sentence.
This commit is contained in:
parent
9beaef6225
commit
b6efc2cf97
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue