Skip to content

Commit e082b6b

Browse files
authored
Update overview.rst (sammchardy#1538)
space missing in overview docs
1 parent c560a71 commit e082b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ You can set custom requests parameters for all API calls when creating the clien
203203
204204
client = Client("api-key", "api-secret", {"verify": False, "timeout": 20})
205205
206-
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.
206+
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.
207207

208208
.. code:: python
209209

0 commit comments

Comments
 (0)