Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martindroege committed May 21, 2024
1 parent 7f777cb commit 3046001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ch01-api/03-intro-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"outputs": [],
"source": [
"# Der Endpoint der SearchAPI von Europeanna\n",
"api_base_url = 'https://newspapers.eanadev.org/api/v2/search.json?' # => Wo ist der Link bzw. die Infos zur Newspaper-API her?\n",
"api_base_url = 'https://newspapers.eanadev.org/api/v2/search.json?' \n",
"\n",
"# Ihr API-Key\n",
"apikey = # <YOUR_API_KEY>\n",
Expand Down
2 changes: 1 addition & 1 deletion ch01-api/07-aufgabe-api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"europeana_search_api_newspaper_url = 'https://newspapers.eanadev.org/api/v2/search.json?'\n",
"europeana_apikey = # '<YOUR_API_KEY>'\n",
"\n",
"europeana_params = {'query':'Pyhton', \n",
"europeana_params = {'query':'Python', \n",
" 'language':'de', \n",
" 'profile':'hits+params', \n",
" 'hit.selectors':'5', \n",
Expand Down

0 comments on commit 3046001

Please sign in to comment.