We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e236dc commit 06afb16Copy full SHA for 06afb16
2 files changed
classroom/snippets/classroom_add_student.py
@@ -12,7 +12,7 @@
12
See the License for the specific language governing permissions and
13
limitations under the License."""
14
15
-# [START classroom_add_teacher]
+# [START classroom_add_student]
16
from __future__ import print_function
17
18
import os
@@ -79,4 +79,4 @@ def classroom_add_student_new(course_id):
79
if __name__ == '__main__':
80
# Put the course_id of course for which student needs to be added.
81
classroom_add_student_new(478800920837)
82
-# [END classroom_add_teacher]
+# [END classroom_add_student]
sheets/snippets/sheets_append_values.py
@@ -14,7 +14,7 @@
limitations under the License.
"""
-# [START sheets_get_values]
+# [START sheets_append_values]
19
20
import google.auth
0 commit comments