Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1b16fd

Browse files
coreyjsbusunkim96
authored andcommitted
Updates documentation for stopping channel subscriptions (googleapis#598)
1 parent eb4b3e0 commit b1b16fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
6868
Example of unsubscribing.
6969
70-
service.channels().stop(channel.body())
70+
service.channels().stop(channel.body()).execute()
7171
"""
7272
from __future__ import absolute_import
7373

0 commit comments

Comments
 (0)