diff --git a/classroom/snippets/classroom_add_student.py b/classroom/snippets/classroom_add_student.py index 45e27465..a0c67539 100644 --- a/classroom/snippets/classroom_add_student.py +++ b/classroom/snippets/classroom_add_student.py @@ -12,7 +12,7 @@ See the License for the specific language governing permissions and limitations under the License.""" -# [START classroom_add_teacher] +# [START classroom_add_student] from __future__ import print_function import os @@ -79,4 +79,4 @@ def classroom_add_student_new(course_id): if __name__ == '__main__': # Put the course_id of course for which student needs to be added. classroom_add_student_new(478800920837) -# [END classroom_add_teacher] +# [END classroom_add_student] diff --git a/sheets/snippets/sheets_append_values.py b/sheets/snippets/sheets_append_values.py index 3a5ffe70..18a24c95 100644 --- a/sheets/snippets/sheets_append_values.py +++ b/sheets/snippets/sheets_append_values.py @@ -14,7 +14,7 @@ limitations under the License. """ -# [START sheets_get_values] +# [START sheets_append_values] from __future__ import print_function import google.auth