diff options
author | 2011-11-27 13:19:23 +0100 | |
---|---|---|
committer | 2011-11-27 13:19:23 +0100 | |
commit | cff42ae73425f54c4d941ad9968807859adaf1dd (patch) | |
tree | 6bc1303acc28929fccc3387ca6d40dc0d5862aef /github3/handlers/users.py | |
parent | Complete AuthUser handler test (diff) | |
download | python-github3-cff42ae73425f54c4d941ad9968807859adaf1dd.tar.xz python-github3-cff42ae73425f54c4d941ad9968807859adaf1dd.zip |
Inject handler hook
Diffstat (limited to 'github3/handlers/users.py')
-rw-r--r-- | github3/handlers/users.py | 2 |
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 |