Skip to content

Commit cf19a20

Browse files
mineojaraco
authored andcommitted
Show python code in the README properly (#100)
* Fix a typo * Remove a colon to show inline code properly
1 parent c1fd474 commit cf19a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Programmatic usage
3636
------------------
3737

3838
In order to use setuptools_scm for sphinx config, assuming the sphinx conf
39-
is one directory deeper than the project's root, use::
39+
is one directory deeper than the project's root, use:
4040

4141
.. code:: python
4242
@@ -48,7 +48,7 @@ Notable Plugins
4848
----------------
4949

5050
`setuptools_scm_git_archive <https://pypi.python.org/pypi/setuptools_scm_git_archive>`_
51-
provides partial support for obtaining versions from git archvies
51+
provides partial support for obtaining versions from git archives
5252
that belong to tagged versions. The only reason for not including
5353
it in setuptools-scm itself is git/github not supporting
5454
sufficient metadata for untagged/followup commits,

0 commit comments

Comments
 (0)