diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-01-17 09:41:59 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-24 17:18:05 +0200 |
| commit | ec59b9bc1ccedb56f8a0b471401c3c96ab53c5a3 (patch) | |
| tree | d9bca6ccbca450e8d06f9a97464b5e71b5c0b97f /wrappers/python/eduvpn_common | |
| parent | 3c391dbfed1bcb7a24e901474be77a48c1408a78 (diff) | |
Python Main: Remove \* in docstring
Gave a SyntaxWarning using Python 3.12
Diffstat (limited to 'wrappers/python/eduvpn_common')
| -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 b8677e0..6260327 100644 --- a/wrappers/python/eduvpn_common/main.py +++ b/wrappers/python/eduvpn_common/main.py @@ -93,7 +93,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 :param decode_func: Optional[Callable]: (Default value = None): The function to decode the result into a Python type :meta private: |
