From 7944312aae09fbf9979c8372f521db6e88cbe310 Mon Sep 17 00:00:00 2001 From: iautomate Date: Fri, 14 Jul 2017 14:40:24 +1000 Subject: [PATCH] Update rinddex.rst --- source/docs/str/rinddex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ------