diff options
Diffstat (limited to 'manipulating-strings')
-rw-r--r-- | manipulating-strings/script.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst index 3686eef..d23cbe4 100644 --- a/manipulating-strings/script.rst +++ b/manipulating-strings/script.rst @@ -91,7 +91,7 @@ Please, pause the video here. Do the exercise(s) and then continue. s[1:-1] -gives a substring of s, without the first and the last +gives the substring of s, without the first and the last characters of s. :: |