aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers/users.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-27 13:19:23 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-27 13:19:23 +0100
commitcff42ae73425f54c4d941ad9968807859adaf1dd (patch)
tree6bc1303acc28929fccc3387ca6d40dc0d5862aef /github3/handlers/users.py
parentComplete AuthUser handler test (diff)
downloadpython-github3-cff42ae73425f54c4d941ad9968807859adaf1dd.tar.xz
python-github3-cff42ae73425f54c4d941ad9968807859adaf1dd.zip
Inject handler hook
Diffstat (limited to 'github3/handlers/users.py')
-rw-r--r--github3/handlers/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/github3/handlers/users.py b/github3/handlers/users.py
index 08c6171..4a181c8 100644
--- a/github3/handlers/users.py
+++ b/github3/handlers/users.py
@@ -78,7 +78,7 @@ class User(Handler):
limit=limit)
def get_watched(self, user=None, limit=None):
- """ Return repositories that user whatch
+ """ Return repositories that user watch
:param `user`: User model or username string