commit d06c0d928e11b1e5894ec59d130f788a67514d80 Author: Pierre-Yves Chibon pingou@pingoured.fr Date: Thu Mar 13 16:18:07 2014 +0100
Fix typo in the doc, thanks @abadger
pkgdb2.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/pkgdb2.py b/pkgdb2.py index d826738..e0ab401 100644 --- a/pkgdb2.py +++ b/pkgdb2.py @@ -449,7 +449,7 @@ class PkgDB(object):
:arg packagername: The FAS username of the user for which to retrieve the statistics - :type username: str + :type packagername: str :return: the json object returned by the API :rtype: dict :raise PkgDBException: if the API call does not return a http code
packagedb-cli-commits@lists.stg.fedorahosted.org