8000 Minor tweaking of comments · rmardiko/python-docs-samples@ad2cce2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad2cce2

Browse files
committed
Minor tweaking of comments
1 parent 36f7c0d commit ad2cce2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

iap/service_account_iap_request.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.rom googleapiclient import discovery
1515

16-
"""Use a service account and key file to access an IAP protected resource"""
16+
"""Use a service account and key file to access an IAP-protected resource"""
1717

1818

1919
def get_private_key(json_file_name):
@@ -35,7 +35,8 @@ def get_private_key(json_file_name):
3535

3636

3737
def build_claim(client_id, service_account):
38-
"""Creates the necessary claim to request access to an IAP protected URL
38+
"""Creates the necessary claim to request access to an IAP-protected URL
39+
3940
Args:
4041
client_id: the OAuth client ID. Available from API/Credentials console
4142
service_account: the service account email

0 commit comments

Comments
 (0)
0