diff options
Diffstat (limited to '')
-rw-r--r-- | portato/backend/system_interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index 16f0a9c..c118f6d 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -23,7 +23,7 @@ class SystemInterface (object): """Returns all supported sets in tuples consisting of name and description. If sets aren't supported, at least "world" and "system" have to be returned. - @rtype: (string, string)[] + @rtype: iter(string, string) """ raise NotImplementedError |