8000 Merge pull request #935 from cclauss/patch-1 · pabelanger/github3.py@892f5ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 892f5ab

Browse files
authored
Merge pull request sigmavirus24#935 from cclauss/patch-1
Use print() function in both Python 2 and Python 3
2 parents 325d45a + 0bc8120 commit 892f5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/issue.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ Here's how to check the status of the imported issue.
7979

8080
import github3
8181
issue = repository.imported_issue(issue_num)
82-
print issue.status
82+
print(issue.status)

0 commit comments

Comments
 (0)
0