Commit e2611fd5 by Stéphane Graber

python-lxc: Add missing space between two help lines

One character fix making the documentation readable in help() Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent f0e592fc
......@@ -478,7 +478,7 @@ static PyMethodDef Container_methods[] = {
{"start", (PyCFunction)Container_start, METH_VARARGS | METH_KEYWORDS,
"start(useinit = False, cmd = (,)) -> boolean\n"
"\n"
"Start the container, optionally using lxc-init and"
"Start the container, optionally using lxc-init and "
"an alternate init command, then returns its return code."
},
{"stop", (PyCFunction)Container_stop, METH_NOARGS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment