mirror of
https://github.com/khornberg/octokit.py
synced 2026-05-24 10:06:06 +03:00
Doc: Correct readme example
This commit is contained in:
+2
-2
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user