summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-21 22:58:28 +0000
committerGerrit Code Review <review@openstack.org>2013-01-21 22:58:28 +0000
commit9ebcd1d91c7efe9db1192226389cd8396f1bee8e (patch)
treed010f937f0a1ad565ad7270e5fb3b28011b941cb /nova/virt
parent5ac99deadc12876a532ba66b0a3a33ddb702feb9 (diff)
parent0651e60e4edade54e4d04d2e3b93c48f4e390a5c (diff)
downloadnova-9ebcd1d91c7efe9db1192226389cd8396f1bee8e.tar.gz
nova-9ebcd1d91c7efe9db1192226389cd8396f1bee8e.tar.xz
nova-9ebcd1d91c7efe9db1192226389cd8396f1bee8e.zip
Merge "correcting for proper use of the word 'an'."
Diffstat (limited to 'nova/virt')
-rw-r--r--nova/virt/images.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/images.py b/nova/virt/images.py
index f80c19999..9788a2b42 100644
--- a/nova/virt/images.py
+++ b/nova/virt/images.py
@@ -175,7 +175,7 @@ class QemuImgInfo(object):
def qemu_img_info(path):
- """Return a object containing the parsed output from qemu-img info."""
+ """Return an object containing the parsed output from qemu-img info."""
if not os.path.exists(path):
return QemuImgInfo()