mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-28 11:18:19 +08:00
DOC: More doc updates.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user