]> git.proxmox.com Git - mirror_lxc.git/commitdiff
python-lxc: Add missing space between two help lines
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 19 Oct 2012 21:06:12 +0000 (23:06 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 12 Nov 2012 18:18:32 +0000 (13:18 -0500)
One character fix making the documentation readable in help()

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/python-lxc/lxc.c

index 529278cd065c07a6139a555a0e5989539a4936b5..b489079b5a51ffa62dff7bc5e70964766e2cc1aa 100644 (file)
@@ -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,