Skip to content

Commit

Permalink
doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
samskillman committed Jun 22, 2017
1 parent 491d84f commit d5d7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion descarteslabs/services/places.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def find(self, path, **kwargs):
>>> import descarteslabs as dl
>>> from pprint import pprint
>>> results = dl.places.find('morocco')
>>> results[0].pop('bbox')
>>> _ = results[0].pop('bbox')
>>> pprint(results)
[{'id': 85632693,
'name': 'Morocco',
Expand Down

0 comments on commit d5d7d72

Please sign in to comment.