Skip to content

Commit

Permalink
fix comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
YugoHino committed Aug 17, 2022
1 parent dc103dc commit 3a46abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cloud_admin/cloud_admin_orgs_get_organizations.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8
from atlassian import CloudAdminOrgs

""" How to get organizations"""
# How to get organizations

cloud_admin_orgs = CloudAdminOrgs(admin_api_key="admin_api_key")

Expand Down
2 changes: 1 addition & 1 deletion examples/cloud_admin/cloud_admin_users_get_profile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8
from atlassian import CloudAdminUsers

""" How to get user profile"""
# How to get user profile

cloud_admin_users = CloudAdminUsers(admin_api_key="admin_api_key")

Expand Down

0 comments on commit 3a46abc

Please sign in to comment.