Skip to content

Commit 6dcda6b

Browse files
committed
Fixed broken deprecated Sphinx directive.
1 parent 71f17c9 commit 6dcda6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github2/repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def pushable(self):
6868
def list(self, user=None, page=1):
6969
"""Return a list of all repositories for a user.
7070
71-
.. deprecated: 0.4.0
71+
.. deprecated:: 0.4.0
7272
Previous releases would attempt to display repositories for the
7373
logged-in user when ``user`` wasn't supplied. This functionality is
7474
brittle and will be removed in a future release!

0 commit comments

Comments
 (0)