diff options
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 |