We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602057 commit 8647c55Copy full SHA for 8647c55
doc/quickstart.rst
@@ -13,6 +13,7 @@ package.
13
14
Create an unauthenticated client object::
15
16
+ >>> from github2.client import Github
17
>>> github = Github()
18
19
.. note::
@@ -28,6 +29,7 @@ Read the description of the ``python-github2`` project::
28
29
30
>>> repo = github.repos.show("ask/python-github2")
31
>>> repo.description
32
+ u'github client in python, with issues support.'
33
34
We can take advantage of Python's :func:`dir` to explore the package a
35
little more::
0 commit comments