Как получить описание репозиториев с помощью Pygithub API

g = Github(token)
g.get_repo('PyGithub/PyGithub').description
Foolish Flatworm