Skip to content

Commit 85fa34b

Browse files
committed
fix formatting
1 parent 90fec7e commit 85fa34b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

handy-stuff-strings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Here's some of the most commonly used string methods:
234234
>>> 'Hello-World-test'.split('-')
235235
['Hello', 'World', 'test']
236236
>>>
237+
```
237238

238239
- Last but not least, we can use `strip`, `lstrip` and `rstrip` to
239240
remove spaces, newlines and some other whitespace characters from

0 commit comments

Comments
 (0)