Fix a warning which was missing a space after the preiod. (#2022)

This commit is contained in:
Eliot Alter 2019-05-20 16:01:06 -07:00 committed by Terry Cain
parent 1de9acb7ad
commit e504226386

View File

@ -404,7 +404,7 @@ class Instance(TaggedEC2Resource, BotoInstance):
warnings.warn('Could not find AMI with image-id:{0}, '
'in the near future this will '
'cause an error.\n'
'Use ec2_backend.describe_images() to'
'Use ec2_backend.describe_images() to '
'find suitable image for your test'.format(image_id),
PendingDeprecationWarning)