Skip to content

Commit 4916ff4

Browse files
authored
Update README.md
1 parent 90846cc commit 4916ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/41-frequency-of-words/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## 📎 Example input:
1212

1313
```py
14-
"New to Python or choosing between Python 2 and Python 3? Read Python 2 or Python 3."
14+
compute_word_frequency("New to Python or choosing between Python 2 and Python 3? Read Python 2 or Python 3.")
1515
```
1616

1717
## 📎 Example output:

0 commit comments

Comments
 (0)