Skip to content

Commit a5dbf44

Browse files
committed
docs: Fix OpenAlex recipe typo
1 parent 73d7509 commit a5dbf44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/openalex.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"\n",
6767
"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",
6868
"\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",
7070
"\n",
7171
"```text\n",
7272
"OPENALEX_API_KEY=\"YOUR-API-KEY-HERE\"\n",

0 commit comments

Comments
 (0)