Skip to content

Commit cb4181c

Browse files
meyertst-awsLaren-AWS
authored andcommitted
Update HealthImaging comments
Replace Amazon HealthImaging with AWS HealthImaging
1 parent f99ff6f commit cb4181c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/example_code/medical-imaging/imaging_set_and_frames_workflow/hello.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
def hello_medical_imaging(medical_imaging_client):
1313
"""
14-
Use the AWS SDK for Python (Boto3) to create an Amazon HealthImaging
14+
Use the AWS SDK for Python (Boto3) to create an AWS HealthImaging
1515
client and list the data stores in your account.
1616
This example uses the default settings specified in your shared credentials
1717
and config files.
1818
19-
:param medical_imaging_client: A Boto3 Amazon HealthImaging Client object.
19+
:param medical_imaging_client: A Boto3 AWS HealthImaging Client object.
2020
"""
2121
print("Hello, Amazon Health Imaging! Let's list some of your data stores:\n")
2222
try:

python/example_code/medical-imaging/imaging_set_and_frames_workflow/medicalimaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
class MedicalImagingWrapper:
23-
"""Encapsulates Amazon HealthImaging functionality."""
23+
"""Encapsulates AWS HealthImaging functionality."""
2424

2525
def __init__(self, medical_imaging_client, s3_client):
2626
"""

0 commit comments

Comments
 (0)