diff --git a/source/docs/str/rinddex.rst b/source/docs/str/rinddex.rst index ca38875..78d01e6 100644 --- a/source/docs/str/rinddex.rst +++ b/source/docs/str/rinddex.rst @@ -4,7 +4,7 @@ rindex Description ---------- -Returns the index of the first occurrence of the string searched for (raises *ValueError* if not found). +Returns the index of the ~first~ last occurrence of the string searched for (raises *ValueError* if not found). Syntax ------