Como obter a descrição dos repositórios usando a API do Pygithub

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