Skip to content

Module 2 - post-teaching fixes/tweaks #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🐛 missing space
  • Loading branch information
jack89roberts committed Feb 15, 2023
commit 9c2bf00cd3143a252881d50e2887f8123d0d263c
2 changes: 1 addition & 1 deletion coursebook/modules/m2/2.1.4-DataSourcesAndFormats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@
"import requests\n",
"\n",
"url = \"https://api.datamuse.com/words\" \n",
"params = {\"rel_jjb\": \"dog\",\"max\": 5} \n",
"params = {\"rel_jjb\": \"dog\", \"max\": 5} \n",
"r = requests.get(url, params=params)"
]
},
Expand Down