Skip to content

Commit 21fd6c4

Browse files
committed
fixup! chore: fix deprecation markers so they're usable for news, tighten versions.
1 parent 9451035 commit 21fd6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snakeoil/klass/_deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __generic_gt(self, other):
9696

9797

9898
@deprecated(
99-
"Use functools.total_ordering instead.",
99+
"Use functools.total_ordering instead",
100100
removal_in=(0, 12, 0),
101101
qualname="snakeoil.klass.inject_richcmp_methods_from_cmp",
102102
)

0 commit comments

Comments
 (0)