diff options
Diffstat (limited to 'portato')
-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 60acb91..ade2414 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -206,7 +206,7 @@ class SystemInterface: """Returns the actual path to the config files. @returns: the path, e.g. /etc/portage - @rtyoe: string""" + @rtype: string""" raise NotImplementedError |