aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-28 13:36:22 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-28 13:36:22 +0100
commit813d01d2b4c208bdd6b7b01d5e661800dd743fd9 (patch)
tree0fcc132c0bc08a2a759d33457ec0c5cfe9610922
parentff4cc8bb09574bc28491b11fb90e356eee691961 (diff)
Fix argument type
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 8c0bc225..8225c16a 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -319,7 +319,7 @@ class GbpOptionParser(OptionParser):
variable.
@param no_local: don't return the per-repo configuration files
- @type no_local: C{str}
+ @type no_local: C{bool}
@return: list of config files we need to parse
@rtype: C{list}