Skip to content

Commit 2f395f1

Browse files
committed
Make docstring consistent with the rest
1 parent f41db43 commit 2f395f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr/_cmp.py

Lines changed: 1 addition & 1 deletion
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. Computed by attrs." % (
131+
method.__doc__ = "Return a %s b. Automatically created by attrs." % (
132132
_operation_names[name],
133133
)
134134

0 commit comments

Comments
 (0)