Typo in plot alt text (#1295)

This commit is contained in:
David 2023-02-21 14:08:26 +01:00 committed by GitHub
parent 8e471a578e
commit a9afa9bb19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ For example, if we map presidential party to color, we want to use the standard
#| Line plot of id number of presidents versus the year they started their
#| presidency. Start year is marked with a point and a segment that starts
#| there and ends at the end of the presidency. Democratic presidents are
#| represented in black and Republicans in red.
#| represented in blue and Republicans in red.
presidential |>
mutate(id = 33 + row_number()) |>