We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 325d45a + 0bc8120 commit 892f5abCopy full SHA for 892f5ab
docs/source/examples/issue.rst
@@ -79,4 +79,4 @@ Here's how to check the status of the imported issue.
79
80
import github3
81
issue = repository.imported_issue(issue_num)
82
- print issue.status
+ print(issue.status)
0 commit comments