summaryrefslogtreecommitdiff
path: root/wrappers/python
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-21 16:02:46 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit943f2bbd5a946780db94beca6171975114ccef00 (patch)
tree87fb6fa5581f6d803f94a2ee4d91c16b67a60081 /wrappers/python
parent62146dbdef785f26567b1074d38802c0b2157795 (diff)
Wrappers Python: Delete version number requirements
Otherwise we have to constantly update this doc if we change it
Diffstat (limited to 'wrappers/python')
-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
"""