Skip to content

Commit 6b5ee21

Browse files
committed
Fix return type
1 parent 7223947 commit 6b5ee21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docstub/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def naive_natsort_key(item):
217217
218218
Returns
219219
-------
220-
key : tuple[str or int]
220+
key : tuple[str | int, ...]
221221
Key to sort by.
222222
223223
Examples

0 commit comments

Comments
 (0)