Skip to content

Commit

Permalink
fix code example for Cb Protection
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarman committed Aug 22, 2016
1 parent c39edb4 commit 76828f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ to do the easy stuff and handling all of the "sharp corners" behind the scenes f
If you're more a Cb Enterprise Protection fellow, then you're in luck as well:

>>> from cbapi.protection.models import FileInstance
>>> from cbapi.ep.rest_api import CbEnterpriseProtectionAPI
>>> from cbapi.protection import CbEnterpriseProtectionAPI
>>> p=CbEnterpriseProtectionAPI()
>>> # Select the first file instance
>>> fi = p.select(FileInstance).first()
Expand Down

0 comments on commit 76828f9

Please sign in to comment.