Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit892f5ab

Browse files
authored
Merge pull requestsigmavirus24#935 from cclauss/patch-1
Use print() function in both Python 2 and Python 3
2 parents325d45a +0bc8120 commit892f5ab

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-
printissue.status
82+
print(issue.status)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp