From c282d3e889afe1eae8a781258bed5b580b4d22d4 Mon Sep 17 00:00:00 2001 From: Corey Schaf Date: Wed, 5 Dec 2018 11:08:52 -0500 Subject: [PATCH] Updates documentation for stopping channel subscriptions --- googleapiclient/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googleapiclient/channel.py b/googleapiclient/channel.py index 8153fe778da..3caee13ae77 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