From 1e578db98653dbfeceeef06726badaef18c46fcf Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Fri, 20 Dec 2013 15:22:05 +0100 Subject: [PATCH] Updated Makefile and one docstring in diaspy/people.py --- Makefile | 1 + diaspy/people.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cc7606..e30d53c 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ test-python2: python2 -m unittest --verbose --catch --failfast tests clean: + rm -v ./{diaspy/,}*.pyc rm -rv ./{diaspy/,}__pycache__/ install: diff --git a/diaspy/people.py b/diaspy/people.py index 3748204..84e57b4 100644 --- a/diaspy/people.py +++ b/diaspy/people.py @@ -142,7 +142,7 @@ class Me(): def getInfo(self): """This function returns the current user's attributes. - :returns: dict -- json formatted user info. + :returns: dict """ request = self._connection.get('bookmarklet') userdata = self._userinfo_regex.search(request.text) -- 2.25.1