[Pkg-bitcoin-commits] [python-quamash] 224/269: fix rst syntax

Jonas Smedegaard dr at jones.dk
Fri Nov 24 11:26:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository python-quamash.

commit 6eddbcfec67ea1a44dda4ace087f4e9c4fb202d3
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Jan 18 16:47:16 2015 -0800

    fix rst syntax
---
 README.rst | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index f00d441..284a1f8 100644
--- a/README.rst
+++ b/README.rst
@@ -51,13 +51,15 @@ The loop context manager will no longer set the event loop only close it.
 
 Instead of:
 
-..code:: python
+.. code:: python
+
     with loop:
         loop.run_forever()
 
 do:
 
-..code:: python
+.. code:: python
+
     asyncio.set_event_loop(loop)
     # ...
     with loop:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list