Skip to content

Commit fbed032

Browse files
committed
Revert last change, the string is consistent w/ total_ordering
This reverts commit 2f395f1.
1 parent 2f395f1 commit fbed032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr/_cmp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def method(self, other):
128128
return result
129129

130130
method.__name__ = "__%s__" % (name,)
131-
method.__doc__ = "Return a %s b. Automatically created by attrs." % (
131+
method.__doc__ = "Return a %s b. Computed by attrs." % (
132132
_operation_names[name],
133133
)
134134

0 commit comments

Comments
 (0)