8000 Use print() function in both Python 2 and Python 3 · SpartanOps/github3.py@0bc8120 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bc8120

Browse files
authored
Use print() function in both Python 2 and Python 3
1 parent 325d45a commit 0bc8120

File tree

1 file changed

+1
-1
lines changed
A2E4

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