Skip to content

Commit 06afb16

Browse files
Test: Updated region tags (#331)
* test: region tag update * test: Updated region tag
1 parent 1e236dc commit 06afb16

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

classroom/snippets/classroom_add_student.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 classroom_add_teacher]
15+
# [START classroom_add_student]
1616
from __future__ import print_function
1717

1818
import os
@@ -79,4 +79,4 @@ def classroom_add_student_new(course_id):
7979
if __name__ == '__main__':
8080
# Put the course_id of course for which student needs to be added.
8181
classroom_add_student_new(478800920837)
82-
# [END classroom_add_teacher]
82+
# [END classroom_add_student]

sheets/snippets/sheets_append_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
"""
1616

17-
# [START sheets_get_values]
17+
# [START sheets_append_values]
1818
from __future__ import print_function
1919

2020
import google.auth

0 commit comments

Comments
 (0)