From 0651e60e4edade54e4d04d2e3b93c48f4e390a5c Mon Sep 17 00:00:00 2001 From: Matt Joyce Date: Wed, 16 Jan 2013 11:50:01 -0800 Subject: correcting for proper use of the word 'an'. Change-Id: Ib6180284d806a00c520df378e651fba947e2397a --- nova/virt/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/virt') 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() -- cgit