Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorcampbell committed Sep 25, 2023
1 parent 12f3a0e commit 49c1815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reading.md
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ with how you write and run your code. You should also keep in mind that when a w
grants you API access, they also usually specify a limit (or *quota*) of how much data you can ask for.
Be careful not to overrun your quota! So *before* we try to use the API, we will first visit
[the NASA website](https://api.nasa.gov/) to see what limits we should abide by when using the API.
These limits are outlined in in {numref}`fig:NASA-API-limits`.
These limits are outlined in {numref}`fig:NASA-API-limits`.

```{figure} img/reading/NASA-API-limits.png
:name: fig:NASA-API-limits
Expand Down

0 comments on commit 49c1815

Please sign in to comment.