We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fa34b commit 83a8e16Copy full SHA for 83a8e16
handy-stuff-strings.md
@@ -238,7 +238,7 @@ Here's some of the most commonly used string methods:
238
239
- Last but not least, we can use `strip`, `lstrip` and `rstrip` to
240
remove spaces, newlines and some other whitespace characters from
241
- the end of a string. `lstrip` strips from the left side, `lstrip`
+ the end of a string. `lstrip` strips from the left side, `rstrip`
242
strips from the right side and `strip` strips from both sides.
243
244
```py
0 commit comments