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

Commit9a6e407

Browse files
committed
*watch* methods does not exist
1 parentf09b35e commit9a6e407

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎docs/examples/github.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,11 @@ I'm cheating here and using most of the follow functions in one example
131131
if not g.is_following(sigma):
132132
g.follow(sigma)
133133

134-
if not g.is_watching(sigma, github3py):
135-
g.watch(sigma, github3py)
134+
if not g.is_subscribed(sigma, github3py):
135+
g.subscribe(sigma, github3py)
136136

137-
if g.is_watching(sigma, todopy):
138-
g.unwatch(sigma, todopy)
137+
if g.is_subscribed(sigma, todopy):
138+
g.unsubscribe(sigma, todopy)
139139

140140
for follower in g.list_followers():
141141
print("{0} is following me.".format(follower.login))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp