Skip to content

Commit 6179300

Browse files
fixed spacing problem due to index entry
1 parent 0af05f6 commit 6179300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reading.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ URL using one of the `read_*` functions from the `tidyverse`. But as time goes
815815
on, it is increasingly uncommon to find data (especially large amounts of data)
816816
in this format available for download from a URL. Instead, websites now often
817817
offer something known as an **a**pplication **p**rogramming **i**nterface
818-
(API), \index{application programming interface|see{API}}\index{API} which
818+
(API),\index{application programming interface|see{API}}\index{API} which
819819
provides a programmatic way to ask for subsets of a data set. This allows the
820820
website owner to control *who* has access to the data, *what portion* of the
821821
data they have access to, and *how much* data they can access. Typically, the

0 commit comments

Comments
 (0)