Doc: Correct readme example

This commit is contained in:
Kyle Hornberg
2018-02-06 14:08:28 -06:00
parent dd1e50ecec
commit c5db4e353a
+2 -2
View File
@@ -75,11 +75,11 @@ https://octokitpy.readthedocs.io/
Example
-------
::
REST API::
from octokit import Octokit
repos = Octokit.repos.get_for_org(org='octokit', type='public')
repos = Octokit().repos.get_for_org(org='octokit', type='public')
Default values::