diff options
author | Bhanukiran | 2010-11-16 23:26:42 +0530 |
---|---|---|
committer | Bhanukiran | 2010-11-16 23:26:42 +0530 |
commit | 250d58a7818daf5354fce874e39f252ab580ee4f (patch) | |
tree | c68190eae0a7fd91edddc8fe0c28c163ec1bfcb4 /getting-started-strings | |
parent | 35dfd2eaa5912dc97934e1b4486206570107f27f (diff) | |
download | st-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.rst | 2 |
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 |