Skip to content

Commit f0aa48e

Browse files
gigo64BethanyG
authored andcommitted
Minor typo fix in introduction.md
1 parent b3b54e3 commit f0aa48e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/little-sisters-vocab/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Strings can also be broken into smaller strings via [`<str>.split(<separator>)`]
166166
>>> cat_words = "feline, four-footed, ferocious, furry"
167167
>>> cat_words.split(',')
168168
...
169-
['feline', 'four-footed', 'ferocious', 'furry']
169+
['feline', ' four-footed', ' ferocious', ' furry']
170170
```
171171

172172

0 commit comments

Comments
 (0)