how to get description of repositories using pygithub api

C++
g = Github(token)
g.get_repo('PyGithub/PyGithub').description
Source

Also in C++: