Fix argument type
authorGuido Günther <agx@sigxcpu.org>
Sun, 28 Dec 2014 12:36:22 +0000 (13:36 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 28 Dec 2014 12:36:22 +0000 (13:36 +0100)
gbp/config.py

index 8c0bc22595b458373e7bcbdff6968cee842909e2..8225c16a6611febcd7324fbc2f9e6b01ca41936e 100644 (file)
@@ -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}