Skip to content

Commit 3aff79c

Browse files
committed
String
1 parent f5e93c5 commit 3aff79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ is_function = callable(<el>)
205205
String
206206
------
207207
```python
208-
<str> = <str>.strip() # Strips all whitespace characters.
209-
<str> = <str>.strip('<chars>') # Strips all passed characters.
208+
<str> = <str>.strip() # Strips all whitespace characters.
209+
<str> = <str>.strip('<chars>') # Strips all passed characters.
210210
```
211211

212212
```python

0 commit comments

Comments
 (0)