Skip to content

Commit

Permalink
Updating docstring for port default.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Jul 6, 2020
1 parent af78c5d commit 19f6fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyngrok/ngrok.py
Expand Up @@ -145,7 +145,7 @@ def connect(port="80", proto="http", name=None, options=None, pyngrok_config=Non
If :code:`ngrok` is not running, calling this method will first start a process with
:class:`~pyngrok.conf.PyngrokConfig`.
:param port: The local port to which to tunnel, defaults to 80. Can also be
:param port: The local port to which to tunnel, defaults to "80". Can also be
a `local directory <https://ngrok.com/docs#http-file-urls>`_.
:type port: str, optional
:param proto: The protocol to tunnel, defaults to "http".
Expand Down

0 comments on commit 19f6fbd

Please sign in to comment.