Skip to content

Commit

Permalink
typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Nov 18, 2022
1 parent fcdc462 commit ecc642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlspyo/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def __init__(self,
See the Command Line Interface section of the documentation to generate your TLS credentials.
Args:
ip_serve (str): the IP address of the Relay (set to '127.0.0.1' for local testing)
ip_server (str): the IP address of the Relay (set to '127.0.0.1' for local testing)
port (int): the port of the Relay (use the same number for the Relay, it must be > 1024)
password (str): password of the Relay (use the same for the Relay, the stronger, the better)
groups (tuple of str, or str): groups in which this Endpoint is
Expand Down

0 comments on commit ecc642e

Please sign in to comment.