Skip to content

Commit 49c1815

Browse files
typo fix
1 parent 12f3a0e commit 49c1815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ with how you write and run your code. You should also keep in mind that when a w
13841384
grants you API access, they also usually specify a limit (or *quota*) of how much data you can ask for.
13851385
Be careful not to overrun your quota! So *before* we try to use the API, we will first visit
13861386
[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`.
1387+
These limits are outlined in {numref}`fig:NASA-API-limits`.
13881388

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

0 commit comments

Comments
 (0)