Fix typo in model doc string

Fixed typo in virt.image.model.py
iamge => image

TrivialFix

Change-Id: Icb131acb2c42fc6f7ac14824b2ff3fd4017bd768
This commit is contained in:
ankitagrawal 2015-07-03 00:11:55 -07:00
parent 49873d8f6d
commit e692415b2e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class Image(object):
"""
def __init__(self, format):
"""Create a new abstract iamge
"""Create a new abstract image
:param format: one of the format constants
"""