From 6d3f91f60ccab9c7ff3f3348f68d398da1c4044c Mon Sep 17 00:00:00 2001 From: Mateusz Kowalski Date: Mon, 17 Feb 2020 15:42:27 +0100 Subject: [PATCH] Fix markdown in containers.rst Signed-off-by: Mateusz Kowalski --- doc/source/containers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/containers.rst b/doc/source/containers.rst index 1e614b5b..bad8f4ed 100644 --- a/doc/source/containers.rst +++ b/doc/source/containers.rst @@ -170,7 +170,7 @@ This will migrate the container from source server to destination server To migrate a live container, user the ``live=True`` parameter: -..code-block:: python +.. code-block:: python cont.migrate(client__destination, live=True, wait=True)