Skip to content

Commit

Permalink
docs: fix typo in drop method docstring (#9727)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jul 30, 2024
1 parent 793efbc commit 4cf0014
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 @@ -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):
Expand Down

0 comments on commit 4cf0014

Please sign in to comment.