Skip to content

Commit

Permalink
Fix a small comment typo [(#2714)](GoogleCloudPlatform/python-docs-sa…
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored and leahecole committed Jan 13, 2020
1 parent 18918df commit 89125c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/get_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_secret(project_id, secret_id):
# Build the resource name of the secret.
name = client.secret_path(project_id, secret_id)

# Delete the secret.
# Get the secret.
response = client.get_secret(name)

# Get the replication policy.
Expand Down

0 comments on commit 89125c2

Please sign in to comment.