Skip to content

Commit e33a875

Browse files
authored
apps_script_api_execute
1 parent 1d94f24 commit e33a875

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps_script/execute/execute.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START apps_script_execute]
15+
# [START apps_script_api_execute]
1616
from __future__ import print_function
1717
from apiclient import errors
1818
from apiclient.discovery import build
@@ -77,4 +77,4 @@ def main():
7777

7878
if __name__ == '__main__':
7979
main()
80-
# [END apps_script_execute]
80+
# [END apps_script_api_execute]

0 commit comments

Comments
 (0)