diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-01-17 09:41:59 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-01-17 09:41:59 +0100 |
| commit | e1e95993571e4fa7d25e861fad20f7a49a6a35e4 (patch) | |
| tree | f7bf159dedfc18eeb322c045d3787a069ac5ddd6 /wrappers/python | |
| parent | a7d8d47f8b6a08c26530984e9bec5190c5b0fe0e (diff) | |
Python Main: Remove \* in docstring
Gave a SyntaxWarning using Python 3.12
Diffstat (limited to 'wrappers/python')
| -rw-r--r-- | wrappers/python/eduvpn_common/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py index eb4897b..2c5165f 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -99,7 +99,7 @@ class EduVPN(object): Also handles decoding the result :param func: Any: The Go function to call from the shared library - :param \*args: Iterator: The arguments to call the function with + :param args: Iterator: The arguments to call the function with :meta private: """ |
