Skip to content

Commit 4cf0014

Browse files
authored
docs: fix typo in drop method docstring (#9727)
1 parent 793efbc commit 4cf0014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/expr/types/relations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ def distinct(
12661266
│ … │ … │ … │ … │ … │ … │
12671267
└─────────┴───────────┴────────────────┴───────────────┴───────────────────┴───┘
12681268
1269-
The only valid values of `keep` are `"first"`, `"last"` and [`None][None]
1269+
The only valid values of `keep` are `"first"`, `"last"` and [](`None`).
12701270
12711271
>>> t.distinct(on="species", keep="second") # quartodoc: +EXPECTED_FAILURE
12721272
Traceback (most recent call last):

0 commit comments

Comments
 (0)