Thanks to visit codestin.com Credit goes to github.com
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 f5e93c5 commit 3aff79cCopy full SHA for 3aff79c
README.md
@@ -205,8 +205,8 @@ is_function = callable(<el>)
205
String
206
------
207
```python
208
-<str> = <str>.strip() # Strips all whitespace characters.
209
-<str> = <str>.strip('<chars>') # Strips all passed characters.
+<str> = <str>.strip() # Strips all whitespace characters.
+<str> = <str>.strip('<chars>') # Strips all passed characters.
210
```
211
212
0 commit comments