Skip to content

Commit 61b5ccc

Browse files
committed
Update quickstart.rst
There should be a blank line following a declared code-block.
1 parent fb7c220 commit 61b5ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/user/quickstart.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ You can also pass a proxy configuration upon initialization in case you are behi
154154
documentation on Proxies <https://2.python-requests.org/en/master/user/advanced/#proxies>`_ for details.
155155

156156
.. code-block:: python
157+
157158
>>> from webexteamssdk import WebexTeamsAPI
158159
>>> proxy = {'https': 'http://<proxy_ip>:<proxy_port>'}
159160
>>> api = WebexTeamsAPI(access_token=<your_access_token>, proxies=proxy)

0 commit comments

Comments
 (0)