We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d94f24 commit e33a875Copy full SHA for e33a875
1 file changed
apps_script/execute/execute.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START apps_script_execute]
+# [START apps_script_api_execute]
16
from __future__ import print_function
17
from apiclient import errors
18
from apiclient.discovery import build
@@ -77,4 +77,4 @@ def main():
77
78
if __name__ == '__main__':
79
main()
80
-# [END apps_script_execute]
+# [END apps_script_api_execute]
0 commit comments