diff --git a/ibis/expr/types/relations.py b/ibis/expr/types/relations.py index 9606ed757bd2..31168d3242f6 100644 --- a/ibis/expr/types/relations.py +++ b/ibis/expr/types/relations.py @@ -1681,7 +1681,7 @@ def order_by( │ 3 │ D │ 7 │ └───────┴────────┴───────┘ - This means than shuffling a Table is super simple + This means that shuffling a Table is super simple >>> t.order_by(ibis.random()) # doctest: +SKIP ┏━━━━━━━┳━━━━━━━━┳━━━━━━━┓