8000 updated docstring in __init__.py to point to the correct documentatio… · pythonthings/github3.py@cc64550 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc64550

Browse files
committed
updated docstring in __init__.py to point to the correct documentation for this version. Also, updated __url__ (line 10) in __about__.py to point to the correct version of the documentation.
1 parent 584b2cd commit cc64550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github3/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__copyright__ = 'Copyright 2012-2015 Ian Cordasco'
88
__version__ = '1.0.0a4'
99
__version_info__ = tuple(int(i) for i in __version__.split('.') if i.isdigit())
10-
__url__ = 'https://github3py.readthedocs.org'
10+
__url__ = 'http://github3.readthedocs.org'
1111

1212
__all__ = (
1313
'__package_name__', '__title__', '__author__', '__author_email__',

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github3
44
=======
55
6-
See http://github3py.rtfd.org/ for documentation.
6+
See http://github3.readthedocs.org/ for documentation.
77
88
:copyright: (c) 2012-2014 by Ian Cordasco
99
:license: Modified BSD, see LICENSE for more details

0 commit comments

Comments
 (0)
0