diff --git a/README.rst b/README.rst index 8d5a4c0..74e62c2 100644 --- a/README.rst +++ b/README.rst @@ -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 `_; -* `MagicMock `_; -* `PropertyMock `_; +* `Mock `_ +* `MagicMock `_ +* `PropertyMock `_ Spy @@ -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)