Skip to content

Commit

Permalink
Fix example documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbrunt-cb committed Feb 18, 2020
1 parent 90b9593 commit 58a0766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbapi/psc/devices_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def download(self):
Example::
>>> cb.select(Device).status(["ALL"]).download()
>>> cb.select(Device).set_status(["ALL"]).download()
:return: The CSV raw data as returned from the server.
"""
Expand Down

0 comments on commit 58a0766

Please sign in to comment.