summaryrefslogtreecommitdiff
path: root/getting-started-strings
diff options
context:
space:
mode:
authorBhanukiran2010-11-16 23:26:42 +0530
committerBhanukiran2010-11-16 23:26:42 +0530
commit250d58a7818daf5354fce874e39f252ab580ee4f (patch)
treec68190eae0a7fd91edddc8fe0c28c163ec1bfcb4 /getting-started-strings
parent35dfd2eaa5912dc97934e1b4486206570107f27f (diff)
downloadst-scripts-250d58a7818daf5354fce874e39f252ab580ee4f.tar.gz
st-scripts-250d58a7818daf5354fce874e39f252ab580ee4f.tar.bz2
st-scripts-250d58a7818daf5354fce874e39f252ab580ee4f.zip
Language check done for `manipulating strings`
Diffstat (limited to 'getting-started-strings')
-rw-r--r--getting-started-strings/script.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started-strings/script.rst b/getting-started-strings/script.rst
index 815d196..754fede 100644
--- a/getting-started-strings/script.rst
+++ b/getting-started-strings/script.rst
@@ -165,7 +165,7 @@ Let us attempt to change one of the characters in a string::
As said earlier, strings are immutable. We cannot manipulate a
string. Although there are some methods which let us manipulate
-strings. We will look at them in the advanced session on strings. In
+strings, we will look at them in the advanced session on strings. In
addition to the methods that let us manipulate the strings we have
methods like split which lets us break the string on the specified
separator, the join method which lets us combine the list of strings