Skip to content

Commit

Permalink
Update samples.py (#2263)
Browse files Browse the repository at this point in the history
fixed typo in region tag
  • Loading branch information
daniel-sanche authored Jul 10, 2019
1 parent 5015564 commit 873cfd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_registry/container_analysis/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def delete_note(note_id, project_id):
# [END containeranalysis_delete_note]


# [START ccontaineranalysis_create_occurrence]
# [START containeranalysis_create_occurrence]
def create_occurrence(resource_url, note_id, occurrence_project, note_project):
""" Creates and returns a new occurrence of a previously
created vulnerability note."""
Expand Down

0 comments on commit 873cfd8

Please sign in to comment.