Skip to content

Commit f8bc527

Browse files
author
Clara Brasseur
committed
changing deprecation wording
1 parent 18e51f0 commit f8bc527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/cloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(self, provider="AWS", profile=None, verbose=False):
4747

4848
# Dealing with deprecated argument
4949
if profile is not None:
50-
warnings.warn(("MAST cloud data is now free to access and does "
50+
warnings.warn(("MAST Open Data on AWS is now free to access and does "
5151
"not require an AWS account"), AstropyDeprecationWarning)
5252

5353
import boto3

0 commit comments

Comments
 (0)