[Pkg-bitcoin-commits] [python-quamash] 222/269: Fix rst syntax error

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 f4c974c2770e695e0cee1288e9fd8e1666201a60
Author: Mark Harviston <mark.harviston at gmail.com>
Date:   Sun Jan 18 16:03:05 2015 -0800

    Fix rst syntax error
    
    The bullet lists were getting extra spaces in them, I didn't bother me
    until it did. I looked up the [rst syntax for bullet
    lists](http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
    list and have an empty line above and below.
    
    It looks worse on PyPI than it does on github I think.
---
 README.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index fc133fb..69d67c3 100644
--- a/README.rst
+++ b/README.rst
@@ -102,10 +102,12 @@ Version 0.4.1
 Version 0.4
 -----------
 * Major improvements to tests
-    - integration with Travis CI
-    - more tests
-    - all tests pass
-    - cross platform/configuration tests
+
+  - integration with Travis CI
+  - more tests
+  - all tests pass
+  - cross platform/configuration tests
+
 * Bug #13 discovered and fixed
 * Force which Qt Implementation to use with ``QUQMASH_QTIMPL`` environment variable.
 * Implement ``QEventLoop.remove_reader`` and ``QEventLoop.remove_writer``

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