commit | b1b16fd0c1aa90a3110beaaba90f13d55544293d | [log] [tgz] |
---|---|---|
author | Corey Schaf <[email protected]> | Wed Dec 12 14:13:23 2018 -0500 |
committer | Bu Sun Kim <[email protected]> | Wed Dec 12 11:13:23 2018 -0800 |
tree | 8d20d2187a5f4228c65268ad08312274e31d72c7 | |
parent | eb4b3e0bc889088cffa474f5c16537e2c6411b74 [diff] |
Updates documentation for stopping channel subscriptions (#598)
diff --git a/googleapiclient/channel.py b/googleapiclient/channel.py index 8153fe7..3caee13 100644 --- a/googleapiclient/channel.py +++ b/googleapiclient/channel.py
@@ -67,7 +67,7 @@ Example of unsubscribing. - service.channels().stop(channel.body()) + service.channels().stop(channel.body()).execute() """ from __future__ import absolute_import