From 88a1ca2091e0f2e569ec2a52a2b340144ad3fe7b Mon Sep 17 00:00:00 2001 From: Marius Brad Date: Sat, 10 Nov 2018 10:02:28 +0000 Subject: [PATCH] Update strindex.rst --- source/docs/str/strindex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/str/strindex.rst b/source/docs/str/strindex.rst index c63923b..0fee858 100644 --- a/source/docs/str/strindex.rst +++ b/source/docs/str/strindex.rst @@ -4,7 +4,7 @@ index Description ---------- -Returns the index of the last occurrence of the string searched for (raises *ValueError* if not found). +Returns the index of the first occurrence of the string searched for (raises *ValueError* if not found). Syntax ------