summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2013-08-30 11:52:59 -0400
committerErik Rose <erik@mozilla.com>2013-08-30 11:52:59 -0400
commite899c7241d82dd350ed90b3d90706b40139a9171 (patch)
tree0f6e4822be0700217919a3180a6a2056feff7a68 /README.rst
parent42cb549ba47e1d890811c14c79a01c096a7560d6 (diff)
downloadblessings-e899c7241d82dd350ed90b3d90706b40139a9171.tar.gz
Fix some ReST in readme.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4586b02..0b2300b 100644
--- a/README.rst
+++ b/README.rst
@@ -436,7 +436,7 @@ Version History
1.5.1
* Clean up fabfile, removing the redundant ``test`` command.
* Add Travis support.
- * Make `python setup.py test` work without spurious errors on 2.6.
+ * Make ``python setup.py test`` work without spurious errors on 2.6.
* Work around a tox parsing bug in its config file.
* Make context managers clean up after themselves even if there's an
exception. (Vitja Makarov)