Skip to content

Commit 8647c55

Browse files
committed
Minor fixes to quickstart doc.
This makes the usage far closer to what a user would expect in an interactive session.
1 parent 4602057 commit 8647c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/quickstart.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ package.
1313

1414
Create an unauthenticated client object::
1515

16+
>>> from github2.client import Github
1617
>>> github = Github()
1718

1819
.. note::
@@ -28,6 +29,7 @@ Read the description of the ``python-github2`` project::
2829

2930
>>> repo = github.repos.show("ask/python-github2")
3031
>>> repo.description
32+
u'github client in python, with issues support.'
3133

3234
We can take advantage of Python's :func:`dir` to explore the package a
3335
little more::

0 commit comments

Comments
 (0)