We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409a9a0 commit 74ecd23Copy full SHA for 74ecd23
Doc/library/stdtypes.rst
@@ -1834,7 +1834,7 @@ expression support in the :mod:`re` module).
1834
Return ``True`` if the string ends with the specified *suffix*, otherwise return
1835
``False``. *suffix* can also be a tuple of suffixes to look for. With optional
1836
*start*, test beginning at that position. With optional *end*, stop comparing
1837
- at that position. Use the *start* and *end* is equivalent to
+ at that position. Using *start* and *end* is equivalent to
1838
``str[start:end].endswith(suffix)``. For example::
1839
1840
>>> 'Python'.endswith('on')
0 commit comments