Skip to content

Commit

Permalink
docs: minor fix in starburst tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and cpcloud committed Sep 7, 2023
1 parent d6d498e commit 54473ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ missions = con.table("missions") # <2>
You can display slices of data:

```{python}
t = astronauts[0:5] # <1>
astronauts[0:5] # <1>
```

1. Display the first 5 rows of the `astronauts` table.
Expand Down

0 comments on commit 54473ba

Please sign in to comment.