Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
There should be a blank line following a declared code-block.
  • Loading branch information
cmlccie committed Sep 20, 2019
1 parent fb7c220 commit 61b5ccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ You can also pass a proxy configuration upon initialization in case you are behi
documentation on Proxies <https://2.python-requests.org/en/master/user/advanced/#proxies>`_ for details.

.. code-block:: python
>>> from webexteamssdk import WebexTeamsAPI
>>> proxy = {'https': 'http://<proxy_ip>:<proxy_port>'}
>>> api = WebexTeamsAPI(access_token=<your_access_token>, proxies=proxy)
Expand Down

0 comments on commit 61b5ccc

Please sign in to comment.