Skip to content

Commit 2e4178d

Browse files
committed
rest
1 parent 043e2b8 commit 2e4178d

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
@@ -14,7 +14,7 @@ Assuming your project follows a layout like the suggested `sample project`_::
1414

1515
.. _`sample project`: https://packaging.python.org/en/latest/tutorial.html#creating-your-own-project
1616

17-
Basic usage, running in your project directory:
17+
Basic usage, running in your project directory::
1818

1919
<activate virtualenv for your project>
2020
pip-missing-reqs --ignore-files=sample/tests sample
@@ -26,7 +26,7 @@ packages those modules belong to are in the requirements.txt file.
2626
Sample tox.ini configuration
2727
----------------------------
2828

29-
To make your life easier, copy something like this into your tox.ini:
29+
To make your life easier, copy something like this into your tox.ini::
3030

3131
[pip-missing-reqs]
3232
deps=-rrequirements.txt

0 commit comments

Comments
 (0)