diff --git a/source/docs/str/endswith.rst b/source/docs/str/endswith.rst index 87ae5b5..da81689 100644 --- a/source/docs/str/endswith.rst +++ b/source/docs/str/endswith.rst @@ -8,7 +8,7 @@ Returns a Boolean stating whether a string ends with the specified suffix. Syntax ------ -**str**. *startswith(suffix[, start[, end]])* +**str**. *endswith(suffix[, start[, end]])* *suffix* Required. The substring looked for. *suffix* can also be a tuple of suffixes to look for.