We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85336 commit 48761dbCopy full SHA for 48761db
content/web-apis.ipynb
@@ -95,7 +95,9 @@
95
"* **GET** is the type of request we make and\n",
96
"* `/fact` is the **path**.\n",
97
"\n",
98
- "You can even test this in your web browser: <https://catfact.ninja/fact>"
+ "You can even test this in your web browser: <https://catfact.ninja/fact>\n",
99
+ "\n",
100
+ "Using the Requests library, we do this with {meth}`~requests.get`."
101
]
102
},
103
{
0 commit comments