Skip to content

Commit 9764e99

Browse files
committed
fix copy-pasta
1 parent c8ea44e commit 9764e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handy-stuff-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Here's some of the most commonly used string methods:
293293
>>> ' hello 123 \n '.rstrip()
294294
' hello 123'
295295
>>> ' hello 123 \n '.strip()
296-
'hello 123
296+
'hello 123'
297297
>>>
298298
```
299299

0 commit comments

Comments
 (0)