diff --git a/ibis/expr/types/relations.py b/ibis/expr/types/relations.py index 20b7469a1a17..ae9511740cdf 100644 --- a/ibis/expr/types/relations.py +++ b/ibis/expr/types/relations.py @@ -1266,7 +1266,7 @@ def distinct( │ … │ … │ … │ … │ … │ … │ └─────────┴───────────┴────────────────┴───────────────┴───────────────────┴───┘ - The only valid values of `keep` are `"first"`, `"last"` and [`None][None] + The only valid values of `keep` are `"first"`, `"last"` and [](`None`). >>> t.distinct(on="species", keep="second") # quartodoc: +EXPECTED_FAILURE Traceback (most recent call last):