Skip to content

Commit

Permalink
Tweak docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 24, 2022
1 parent 9c8aafa commit db181dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ By default, the client will query all OPTIMADE API URLs that it can find via the
```python
from optimade.client import OptimadeClient
client = OptimadeClient()
client.get()
results = client.get()
```

We can refine the search by manually specifying some URLs:
Expand Down

0 comments on commit db181dd

Please sign in to comment.