diff --git a/ibis/expr/types/relations.py b/ibis/expr/types/relations.py index ae9511740cdf..40164077b7d5 100644 --- a/ibis/expr/types/relations.py +++ b/ibis/expr/types/relations.py @@ -3759,7 +3759,7 @@ def pivot_longer( │ ABW │ SP.URB.TOTL │ 2004 │ 42317.0 │ └─────────┴─────────────┴────────┴─────────┘ - `pivot_longer` has some preprocessing capabiltiies like stripping a prefix and applying + `pivot_longer` has some preprocessing capabilities like stripping a prefix and applying a function to column names >>> billboard = ibis.examples.billboard.fetch()