summaryrefslogtreecommitdiff
path: root/manipulating-strings
diff options
context:
space:
mode:
authorBhanukiran2010-11-11 02:28:55 +0530
committerBhanukiran2010-11-11 02:28:55 +0530
commit822f9277ca6982a63ee8185c6d6715728e28af5b (patch)
tree056e9d083dc252354b3ba54d2af80720085d51e3 /manipulating-strings
parent83dec2ea5d85b338dccd6956f3e3d24367d6244f (diff)
parent4a2b437dfa555f5f31dd524317d349a7aa6ae112 (diff)
downloadst-scripts-822f9277ca6982a63ee8185c6d6715728e28af5b.tar.gz
st-scripts-822f9277ca6982a63ee8185c6d6715728e28af5b.tar.bz2
st-scripts-822f9277ca6982a63ee8185c6d6715728e28af5b.zip
Merging Heads
Diffstat (limited to 'manipulating-strings')
-rw-r--r--manipulating-strings/script.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/manipulating-strings/script.rst b/manipulating-strings/script.rst
index c991dda..3cc1b9c 100644
--- a/manipulating-strings/script.rst
+++ b/manipulating-strings/script.rst
@@ -19,7 +19,8 @@
.. Author : Puneeth
Internal Reviewer : Amit
External Reviewer :
- Checklist OK? : <put date stamp here, if OK> [2010-10-05]
+ Language Reviewer : Bhanukiran
+ Checklist OK? : <08-11-2010, Anand, 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 the substring of s, without the first and the last
+characters of s.
::