Skip to content

Commit 4acb662

Browse files
committed
Include comments for quickstart template tags
1 parent fbe543a commit 4acb662

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sheets/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START sheets_quickstart]
1516
"""
1617
Shows basic usage of the Sheets API. Prints values from a Google Spreadsheet.
1718
"""
18-
# [START sheets_quickstart]
1919
from __future__ import print_function
2020
from apiclient.discovery import build
2121
from httplib2 import Http

slides/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START slides_quickstart]
1516
"""
1617
Shows basic usage of the Slides API. Prints the number of slides and elments in
1718
a presentation.
1819
"""
19-
# [START slides_quickstart]
2020
from __future__ import print_function
2121
from apiclient.discovery import build
2222
from httplib2 import Http

tasks/quickstart/quickstart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START tasks_quickstart]
1516
"""
1617
Shows basic usage of the Tasks API. Outputs the first 10 task lists.
1718
"""
18-
# [START tasks_quickstart]
1919
from __future__ import print_function
2020
from apiclient.discovery import build
2121
from httplib2 import Http

0 commit comments

Comments
 (0)