From f0c8b5e78b83388bc6922b312695ff0efa954d2b Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jun 23 2015 13:05:27 +0000 Subject: builder: fix docstring --- diff --git a/vmbuilder/builder.py b/vmbuilder/builder.py index 51f01ad..4e99b6a 100644 --- a/vmbuilder/builder.py +++ b/vmbuilder/builder.py @@ -30,7 +30,7 @@ class Builder(object): chrooted VM image :ivar file shell_script_file: file handler which was created for the shell script file. - :ivar str command: command line to be executed to run virt-builder + :ivar command: (list of str) command line to be executed to run virt-builder '''