Skip to content

Commit 56f170b

Browse files
committed
Apps Script quickstart region tag
1 parent 6b513c2 commit 56f170b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps_script/quickstart/quickstart.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_quickstart]
15+
# [START apps_script_api_quickstart]
1616
"""
1717
Shows basic usage of the Apps Script API.
1818
Call the Apps Script API to create a new script project, upload a file to the
@@ -79,4 +79,4 @@ def main():
7979

8080
if __name__ == '__main__':
8181
main()
82-
# [END apps_script_quickstart]
82+
# [END apps_script_api_quickstart]

0 commit comments

Comments
 (0)