Update index.rst

This commit is contained in:
Bert Blommers 2022-06-17 21:31:46 +00:00 committed by GitHub
parent 62923af1c1
commit 58edb5b840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Note that you can mock multiple services at the same time:
.. sourcecode:: python
@mock_all
@mock_all()
def test_all_supported_services_at_the_same_time():
...