Skip to content

Commit 030e5cf

Browse files
Update other Query.addattr docstring to fit on one line
Co-authored-by: David Hassell <[email protected]>
1 parent 14e1dac commit 030e5cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cf/query.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,8 +713,7 @@ def value(self):
713713
return value
714714

715715
def addattr(self, attr):
716-
"""Return a `Query` object with a new left hand side operand
717-
attribute to be used during evaluation.
716+
"""Redefine the query to be on an object's attribute.
718717
719718
If another attribute has previously been specified, then the new
720719
attribute is considered to be an attribute of the existing

0 commit comments

Comments
 (0)