Skip to content

Commit f30860c

Browse files
committed
Fix typos
1 parent 0fd0989 commit f30860c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/python/usa-spending.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"- Terms\n",
1818
" - <a href=\"https://github.com/fedspendingtransparency/usaspending-api?tab=CC0-1.0-1-ov-file\" target=\"_blank\">USAspending API License</a>: <a href=\"\" target=\"_blank\">CC0 1.0 Univeral</a>\n",
1919
"- Data Reuse\n",
20-
" - <a href=\"https://www.usaspending.gov/about#about-licensing\" target=\"_blank\">USspending Data Reuse</a>\n",
20+
" - <a href=\"https://www.usaspending.gov/about#about-licensing\" target=\"_blank\">USAspending Data Reuse</a>\n",
2121
"\n",
2222
"*These recipe examples were tested on May 5, 2025.*"
2323
]

src/r/arxiv.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following packages libraries need to be installed into your environment to r
3333
- <a href="https://cran.r-project.org/web/packages/aRxiv/index.html" target="_blank">arXiv: Interface to the arXiv API</a>
3434
- <a href="https://cran.r-project.org/web/packages/ggplot2/index.html" target="_blank">ggplot2: Create Elegant Data Visualisations Using the Grammar of Graphics</a>
3535

36+
We load the libraries used in this tutorial below:
3637

3738
``` r
3839
library(aRxiv)

0 commit comments

Comments
 (0)