diff options
author | Anand Raj | 2010-11-08 01:36:47 +0530 |
---|---|---|
committer | Anand Raj | 2010-11-08 01:36:47 +0530 |
commit | b36de1d15106580f8d85cdbbdada415ff0e625b9 (patch) | |
tree | 4ce45d048aa4a27438c75da89aa4958a427b6fed /manipulating-strings/script.rst | |
parent | 9c8bfdff3244093d0379ab121f157fce786e9530 (diff) | |
download | st-scripts-b36de1d15106580f8d85cdbbdada415ff0e625b9.tar.gz st-scripts-b36de1d15106580f8d85cdbbdada415ff0e625b9.tar.bz2 st-scripts-b36de1d15106580f8d85cdbbdada415ff0e625b9.zip |
checklist OK
Diffstat (limited to 'manipulating-strings/script.rst')
-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. :: |