Skip to content

Commit

Permalink
docs: fix typo in order_by docstring (#8456)
Browse files Browse the repository at this point in the history
## Description of changes

Adjusted

> This means than shuffling a Table is super simple

to

>  This means that shuffling a Table is super simple
  • Loading branch information
peter-gy authored Feb 26, 2024
1 parent 96b251d commit ae3db0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
┏━━━━━━━┳━━━━━━━━┳━━━━━━━┓
Expand Down

0 comments on commit ae3db0e

Please sign in to comment.