aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/users/__init__.py
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-01 19:41:46 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-01 19:43:26 +0100
commit5d7ee35eb23f193ec79a1a7b24ea87c6f1bc28b8 (patch)
treec90ab9489c5217151c1f1c716aea8fa39b303393 /pygithub3/services/users/__init__.py
parentWIP on services.repos doc (diff)
downloadpython-github3-5d7ee35eb23f193ec79a1a7b24ea87c6f1bc28b8.tar.xz
python-github3-5d7ee35eb23f193ec79a1a7b24ea87c6f1bc28b8.zip
Complete services.repos doc
Also add Mimetypes doc
Diffstat (limited to 'pygithub3/services/users/__init__.py')
-rw-r--r--pygithub3/services/users/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pygithub3/services/users/__init__.py b/pygithub3/services/users/__init__.py
index c448319..29a8e1c 100644
--- a/pygithub3/services/users/__init__.py
+++ b/pygithub3/services/users/__init__.py
@@ -25,7 +25,6 @@ class User(Service):
authenticated user.
.. warning::
-
If you aren't authenticated and call without user, it returns 403
::