summaryrefslogtreecommitdiff
path: root/wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers')
-rw-r--r--wrappers/python/eduvpn_common/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py
index 947f8c1..2c5c71e 100644
--- a/wrappers/python/eduvpn_common/main.py
+++ b/wrappers/python/eduvpn_common/main.py
@@ -29,7 +29,7 @@ class EduVPN(object):
It registers the client with the library and then calls the needed appropriate functions
:param name: str: The name of the client. For commonly used names, see https://git.sr.ht/~fkooman/vpn-user-portal/tree/v3/item/src/OAuth/ClientDb.php. E.g. org.eduvpn.app.linux, if this name has "letsconnect" in it, then it is a Let's Connect! variant
- :param version: str: The version number of the client as a string, max 10 characters
+ :param version: str: The version number of the client as a string
:param config_directory: str: The directory (absolute/relative) where to store the files
"""