Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions classroom/snippets/classroom_add_student.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
2 changes: 1 addition & 1 deletion sheets/snippets/sheets_append_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
limitations under the License.
"""

# [START sheets_get_values]
# [START sheets_append_values]
from __future__ import print_function

import google.auth
Expand Down