Skip to content

Commit

Permalink
fix typo in search example
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhillier committed Nov 1, 2024
1 parent e4c9c6f commit 32c7589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/sync-client-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The Planet client has members `data`, `orders`, and `subscriptions`, which allow

### Search

To search for items in the Planet catalog, use the `search` method on the `Planet` client. The return value is an iterator that yields search
To search for items in the Planet catalog, use the `data.search()` method on the `Planet` client. The return value is an iterator that yields search
results:

```python
Expand Down

0 comments on commit 32c7589

Please sign in to comment.