Skip to content

Commit cdece35

Browse files
committed
fix region tag
1 parent a8d248c commit cdece35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dlp/dlp_inspect_image_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
import sys
1515

16-
# [START dlp_inspect_text_file]
16+
# [START dlp_inspect_image_file]
1717
# Import the Google Cloud Data Loss Prevention library
1818
import google.cloud.dlp
1919

@@ -53,7 +53,7 @@ def inspect_image_file(
5353
print('Likelihood: {}'.format(finding.likelihood))
5454
else:
5555
print('No findings.')
56-
# [END dlp_inspect_text_file]
56+
# [END dlp_inspect_image_file]
5757

5858

5959
if __name__ == '__main__':

0 commit comments

Comments
 (0)