We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b276e commit 1ce587aCopy full SHA for 1ce587a
github_issues.py github.pygithub_issues.py renamed to github.py
@@ -4,9 +4,9 @@
4
# See the UNLICENSE file for details.
5
#
6
# ------------------------------------------------------------------------
7
-# github_issues.py
+# github.py
8
9
-# A class to download and organize issues from GitHub.
+# A class to download and organize information from GitHub.
10
11
import json, logging, math
12
import requests
0 commit comments