diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-04 22:02:32 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-03-04 22:02:32 +0100 |
commit | 615173a21c7efb8e7df57a64f1f3ee30d971a4db (patch) | |
tree | c40a5246df812692fecf1b42db993fc55d47445d /portato/gui/gui_helper.py | |
parent | da80e4fcaaa9bbeac8df8bbd548391b3d38cbfbe (diff) | |
download | portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.tar.gz portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.tar.bz2 portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.zip |
Fixed comments
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r-- | portato/gui/gui_helper.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py index 57b9e43..15125c9 100644 --- a/portato/gui/gui_helper.py +++ b/portato/gui/gui_helper.py @@ -434,7 +434,7 @@ class EmergeQueue: @param cpv: Package to add @type cpv: string (cat/pkg-ver) @param type: The type of this append process. Possible values are "install", "uninstall", "update". - @type unmerge: string + @type type: string @param update: Set to True if a package is going to be updated (e.g. if the use-flags changed). @type update: boolean @param forceUpdate: Set to True if the update should be forced. @@ -665,7 +665,7 @@ class EmergeQueue: @param force: If False, '-pv' is send to emerge. Default: False. @type force: boolean @param newuse: If True, append newuse options - @type force: boolean + @type newuse: boolean @param deep: If True, append deep options @type deep: boolean @param options: Additional options to send to the emerge command |