Skip to content

Commit 58a0766

Browse files
committed
Fix example documentation bug
1 parent 90b9593 commit 58a0766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cbapi/psc/devices_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ def download(self):
269269
270270
Example::
271271
272-
>>> cb.select(Device).status(["ALL"]).download()
272+
>>> cb.select(Device).set_status(["ALL"]).download()
273273
274274
:return: The CSV raw data as returned from the server.
275275
"""

0 commit comments

Comments
 (0)