summaryrefslogtreecommitdiff
path: root/portato/gui/gui_helper.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-03-04 22:02:32 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-03-04 22:02:32 +0100
commit615173a21c7efb8e7df57a64f1f3ee30d971a4db (patch)
treec40a5246df812692fecf1b42db993fc55d47445d /portato/gui/gui_helper.py
parentda80e4fcaaa9bbeac8df8bbd548391b3d38cbfbe (diff)
downloadportato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.tar.gz
portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.tar.bz2
portato-615173a21c7efb8e7df57a64f1f3ee30d971a4db.zip
Fixed comments
Diffstat (limited to '')
-rw-r--r--portato/gui/gui_helper.py4
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