Skip to content

Commit

Permalink
Make docstring consistent with the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed May 5, 2021
1 parent f41db43 commit 2f395f1
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. Computed by attrs." % (
method.__doc__ = "Return a %s b. Automatically created by attrs." % (
_operation_names[name],
)

Expand Down

0 comments on commit 2f395f1

Please sign in to comment.