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 12f3a0e commit 49c1815Copy full SHA for 49c1815
source/reading.md
@@ -1384,7 +1384,7 @@ with how you write and run your code. You should also keep in mind that when a w
1384
grants you API access, they also usually specify a limit (or *quota*) of how much data you can ask for.
1385
Be careful not to overrun your quota! So *before* we try to use the API, we will first visit
1386
[the NASA website](https://api.nasa.gov/) to see what limits we should abide by when using the API.
1387
-These limits are outlined in in {numref}`fig:NASA-API-limits`.
+These limits are outlined in {numref}`fig:NASA-API-limits`.
1388
1389
```{figure} img/reading/NASA-API-limits.png
1390
:name: fig:NASA-API-limits
0 commit comments