[lxc-devel] [pylxd/master] Fix markdown in containers.rst

mkowalski on Github lxc-bot at linuxcontainers.org
Mon Feb 17 14:42:40 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 302 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200217/40f78086/attachment.bin>
-------------- next part --------------
From 566247dd317e97eb19b1f8d24f92eedc91ca245b Mon Sep 17 00:00:00 2001
From: Mateusz Kowalski <mateusz at mkowalski.com>
Date: Mon, 17 Feb 2020 15:42:27 +0100
Subject: [PATCH] Fix markdown in containers.rst

---
 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)
 


More information about the lxc-devel mailing list