diff options
author | necoro <> | 2007-02-23 22:20:41 +0000 |
---|---|---|
committer | necoro <> | 2007-02-23 22:20:41 +0000 |
commit | fb8b7e5e464f9393014c75a47fa91914f0b1833b (patch) | |
tree | 14bd68ca89a3b6564f9d0414874b1befc092fe6b /portato | |
parent | b4f5605505dad572f4c4ea47e03d8d678c351003 (diff) | |
download | portato-fb8b7e5e464f9393014c75a47fa91914f0b1833b.tar.gz portato-fb8b7e5e464f9393014c75a47fa91914f0b1833b.tar.bz2 portato-fb8b7e5e464f9393014c75a47fa91914f0b1833b.zip |
typo in comment
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 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 |