Skip to content

Commit

Permalink
Updates documentation for stopping channel subscriptions (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyjs authored and busunkim96 committed Dec 12, 2018
1 parent eb4b3e0 commit b1b16fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleapiclient/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
Example of unsubscribing.
service.channels().stop(channel.body())
service.channels().stop(channel.body()).execute()
"""
from __future__ import absolute_import

Expand Down

0 comments on commit b1b16fd

Please sign in to comment.