Skip to content

Commit

Permalink
docs: remove stray bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and jcrist committed Sep 6, 2023
1 parent 284b48a commit 72c9039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/analytics/basics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ t.join(t, t["species"] == t["species"], how="left_semi")

## Combining it all together

We can use [the underscore to chain expressions together](./chain_expressions.qmd).]
We can use [the underscore to chain expressions together](./chain_expressions.qmd).

```{python}
t.join(t, t["species"] == t["species"], how="left_semi").filter(
Expand Down

0 comments on commit 72c9039

Please sign in to comment.