Skip to content

Commit

Permalink
Revert last change, the string is consistent w/ total_ordering
Browse files Browse the repository at this point in the history
This reverts commit 2f395f1.
  • Loading branch information
hynek committed May 6, 2021
1 parent 2f395f1 commit fbed032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attr/_cmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def method(self, other):
return result

method.__name__ = "__%s__" % (name,)
method.__doc__ = "Return a %s b. Automatically created by attrs." % (
method.__doc__ = "Return a %s b. Computed by attrs." % (
_operation_names[name],
)

Expand Down

0 comments on commit fbed032

Please sign in to comment.