Skip to content

Commit fbe543a

Browse files
committed
Fix some admin sdk tags
1 parent 0e321e7 commit fbe543a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

admin_sdk/groups_settings/quickstart.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 admin_sdk_groups_migration_quickstart]
15+
# [START admin_sdk_groups_settings_quickstart]
1616
"""
1717
Shows basic usage of the Admin SDK Groups Settings API. Outputs a group's
1818
settings identified by the group's email address.
@@ -45,4 +45,4 @@
4545
except:
4646
print('Unable to read group: {0}'.format(groupEmail))
4747
raise
48-
# [END admin_sdk_groups_migration_quickstart]
48+
# [END admin_sdk_groups_settings_quickstart]

admin_sdk/reseller/quickstart.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 admin_sdk_reports_quickstart]
15+
# [START admin_sdk_reseller_quickstart]
1616
"""
1717
Shows basic usage of the Admin SDK Reports API. Outputs a list of last 10 login
1818
events.
@@ -49,4 +49,4 @@
4949
for activity in activities:
5050
print('{0}: {1} ({2})'.format(activity['id']['time'],
5151
activity['actor']['email'], activity['events'][0]['name']))
52-
# [END admin_sdk_reports_quickstart]
52+
# [END admin_sdk_reseller_quickstart]

0 commit comments

Comments
 (0)