Skip to content

Commit

Permalink
Fix typo in Explorer.Query doc (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg authored May 2, 2024
1 parent b59caa2 commit c64477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/explorer/query.ex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ defmodule Explorer.Query do
`Explorer.Query` leverages the power behind Elixir for-comprehensions
to provide a powerful syntax for traversing several columns in a dataframe
at once. For example, imagine you want to standardization the data on the
at once. For example, imagine you want to standardize the data on the
iris dataset, you could write this:
iex> iris = Explorer.Datasets.iris()
Expand Down

0 comments on commit c64477c

Please sign in to comment.