Skip to content

Commit

Permalink
Update overview.rst (#1538)
Browse files Browse the repository at this point in the history
space missing in overview docs
  • Loading branch information
ashupadhi01 authored Jan 6, 2025
1 parent c560a71 commit e082b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ You can set custom requests parameters for all API calls when creating the clien
client = Client("api-key", "api-secret", {"verify": False, "timeout": 20})
You may also pass custom requests parameters through any API call to override default settings or the above settingsspecify new ones like the example below.
You may also pass custom requests parameters through any API call to override default settings or the above settings specify new ones like the example below.

.. code:: python
Expand Down

0 comments on commit e082b6b

Please sign in to comment.