Skip to content

Commit 41c5e75

Browse files
valentin-pBethanyG
andcommitted
Update concepts/string-methods/introduction.md
Co-authored-by: BethanyG <BethanyG@users.noreply.github.com>
1 parent f12fa7f commit 41c5e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concepts/string-methods/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python provides several useful methods that can be used to manipulate strings.
2-
These methods can be used for cleaning, splitting, translating any variable of type `str`.
2+
These methods can be used for cleaning, splitting, translating, or otherwise working with any object of type `str`.
33
Strings can be concatenated using the `+` operator or with `str.join()`.
44
Strings also implement all of the common operations for a sequence and can be iterated using the syntax: `for item in <string>`.
55

0 commit comments

Comments
 (0)