summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWieland Hoffmann <mineo@users.noreply.github.com>2016-09-04 15:16:51 +0200
committerJason R. Coombs <jaraco@jaraco.com>2016-09-04 09:16:51 -0400
commitcf19a20eff72e447f4b956e1e954909af47ba41e (patch)
treea337403640193e51123fd030455377fa811c449b
parentc1fd474227c9be7e802d07d113c026847916c574 (diff)
downloadsetuptools-scm-cf19a20eff72e447f4b956e1e954909af47ba41e.tar.gz
Show python code in the README properly (#100)
* Fix a typo * Remove a colon to show inline code properly
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1cd2a27..456cad9 100644
--- a/README.rst
+++ b/README.rst
@@ -36,7 +36,7 @@ Programmatic usage
------------------
In order to use setuptools_scm for sphinx config, assuming the sphinx conf
-is one directory deeper than the project's root, use::
+is one directory deeper than the project's root, use:
.. code:: python
@@ -48,7 +48,7 @@ Notable Plugins
----------------
`setuptools_scm_git_archive <https://pypi.python.org/pypi/setuptools_scm_git_archive>`_
-provides partial support for obtaining versions from git archvies
+provides partial support for obtaining versions from git archives
that belong to tagged versions. The only reason for not including
it in setuptools-scm itself is git/github not supporting
sufficient metadata for untagged/followup commits,