DOC: More doc updates.

This commit is contained in:
Scott Sanderson
2015-10-06 06:56:07 -04:00
parent 3233850cf6
commit 1c27aa9fb1
+2
View File
@@ -78,6 +78,8 @@ def binary_operator(op):
binds=(self,),
)
raise BadBinaryOperator(op, self, other)
binary_operator.__doc__ = "Binary Operator: '%s'" % op
return binary_operator