summaryrefslogtreecommitdiff
path: root/manipulating-strings/script.rst
diff options
context:
space:
mode:
authorBhanukiran2010-11-08 01:34:02 +0530
committerBhanukiran2010-11-08 01:34:02 +0530
commit9c8bfdff3244093d0379ab121f157fce786e9530 (patch)
treeea5902d8c67115345448a8a1e75b63d0eb1d2e6b /manipulating-strings/script.rst
parent0c2516cfa1ed7093295cc20b3599c36f01873915 (diff)
downloadst-scripts-9c8bfdff3244093d0379ab121f157fce786e9530.tar.gz
st-scripts-9c8bfdff3244093d0379ab121f157fce786e9530.tar.bz2
st-scripts-9c8bfdff3244093d0379ab121f157fce786e9530.zip
Language check done for the script `strings`
Diffstat (limited to 'manipulating-strings/script.rst')
-rw-r--r--manipulating-strings/script.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst
index c991dda..3686eef 100644
--- a/manipulating-strings/script.rst
+++ b/manipulating-strings/script.rst
@@ -19,6 +19,7 @@
.. Author : Puneeth
Internal Reviewer : Amit
External Reviewer :
+ Language Reviewer : Bhanukiran
Checklist OK? : <put date stamp here, if OK> [2010-10-05]
Script
@@ -90,8 +91,8 @@ Please, pause the video here. Do the exercise(s) and then continue.
s[1:-1]
-gives the a substring of s, without the first and the last
-characters.
+gives a substring of s, without the first and the last
+characters of s.
::