You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/python/openalex.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
"\n",
67
67
"An API key is required to access the OpenAlex API. Please see the <a href=\"https://developers.openalex.org/guides/authentication\" target=\"_blank\">Authentication & Pricing page</a> for instructions on how to obtain one.\n",
68
68
"\n",
69
-
"We keep our email in a `.env` file and use the `dotenv` library to access it. If you would like to use this method, create a `.env` file and add the following line to it:\n",
69
+
"We keep our API key in a `.env` file and use the `dotenv` library to access it. If you would like to use this method, create a `.env` file and add the following line to it:\n",
0 commit comments