aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Schaf <cschaf@gmail.com>2018-12-12 14:13:23 -0500
committerBu Sun Kim <8822365+busunkim96@users.noreply.github.com>2018-12-12 11:13:23 -0800
commitb1b16fd0c1aa90a3110beaaba90f13d55544293d (patch)
tree8d20d2187a5f4228c65268ad08312274e31d72c7
parenteb4b3e0bc889088cffa474f5c16537e2c6411b74 (diff)
downloadgoogle-api-python-client-b1b16fd0c1aa90a3110beaaba90f13d55544293d.tar.gz
Updates documentation for stopping channel subscriptions (#598)
-rw-r--r--googleapiclient/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/googleapiclient/channel.py b/googleapiclient/channel.py
index 8153fe778..3caee13ae 100644
--- a/googleapiclient/channel.py
+++ b/googleapiclient/channel.py
@@ -67,7 +67,7 @@ always be upper case.
Example of unsubscribing.
- service.channels().stop(channel.body())
+ service.channels().stop(channel.body()).execute()
"""
from __future__ import absolute_import