From a073eb005aeebd5f5156763e0677d39db32b2817 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 1 Nov 2022 14:06:59 +0100 Subject: Python: Fix type annotation for Disco Organization --- wrappers/python/eduvpn_common/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wrappers/python/eduvpn_common/discovery.py') diff --git a/wrappers/python/eduvpn_common/discovery.py b/wrappers/python/eduvpn_common/discovery.py index 732283a..01f6e13 100644 --- a/wrappers/python/eduvpn_common/discovery.py +++ b/wrappers/python/eduvpn_common/discovery.py @@ -31,7 +31,7 @@ class DiscoOrganizations: Additionally it has provided a version which indicates which exact 'version' was used from discovery :param: version: int: The version of the list as returned by Discovery - :param: organizations: List[DiscoOrganizations]: The actual list of discovery organizations + :param: organizations: List[DiscoOrganization]: The actual list of discovery organizations """ def __init__(self, version: int, organizations: List[DiscoOrganization]): self.version = version -- cgit v1.2.3