Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nwidger committed Jan 9, 2017
1 parent 3a39a0c commit e8d9f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage
service = cdrouter.Service('http://localhost:8015', token='deadbeef')
packages = cdrouter.PackagesService(service)
print packages.list(filter=['name~'], page=2).json()
print packages.list(filter=['name~gateway'], page=2).json()
print packages.get(164).json()
Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Usage
service = cdrouter.Service('http://localhost:8015', token='deadbeef')
packages = cdrouter.PackagesService(service)
print packages.list(filter=['name~'], page=2).json()
print packages.list(filter=['name~gateway'], page=2).json()
print packages.get(164).json()

0 comments on commit e8d9f98

Please sign in to comment.