10000 Fix a small comment typo [(#2714)](https://github.com/GoogleCloudPlat… · busunkim96/python-secret-manager@89125c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 89125c2

Browse files
sethvargoleahecole
authored andcommitted
Fix a small comment typo [(#2714)](GoogleCloudPlatform/python-docs-samples#2714)
1 parent 18918df commit 89125c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/get_secret.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_secret(project_id, secret_id):
3535
# Build the resource name of the secret.
3636
name = client.secret_path(project_id, secret_id)
3737

38-
# Delete the secret.
38+
# Get the secret.
3939
response = client.get_secret(name)
4040

4141
# Get the replication policy.

0 commit comments

Comments
 (0)
0