Skip to content

Commit

Permalink
Minor README formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed May 19, 2016
1 parent b1eb526 commit 68f7968
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ The supported methods are:
Some objects from the ``mock`` module are accessible directly from ``mocker`` so
you don't have to import it:

* `Mock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock>`_;
* `MagicMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.MagicMock>`_;
* `PropertyMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.PropertyMock>`_;
* `Mock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.Mock>`_
* `MagicMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.MagicMock>`_
* `PropertyMock <https://docs.python.org/3/library/unittest.mock.html#unittest.mock.PropertyMock>`_


Spy
Expand Down Expand Up @@ -125,7 +125,7 @@ your ``pytest.ini`` file:
Requirements
============

* Python 2.6+, Python 3.4+
* Python 2.6+, Python 3.3+
* pytest
* mock (for Python 2)

Expand Down

0 comments on commit 68f7968

Please sign in to comment.