Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Viger <fenekku@fenekku.com>
  • Loading branch information
lnielsen and fenekku committed Sep 15, 2020
1 parent a3e9f14 commit b18c416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytest_invenio/__init__.py
Expand Up @@ -247,7 +247,7 @@ def create_app():
mappings and other features afterwards.
You can therefore inject extra entry points if needed during testing via the
:py:data:`~fixtures.extra_entry_points` fixture and using it in your custom
:py:data:`~fixtures.extra_entry_points` fixture and use it in your custom
``create_app()`` fixture:
.. code-block:: python
Expand Down
4 changes: 2 additions & 2 deletions pytest_invenio/fixtures.py
Expand Up @@ -696,8 +696,8 @@ def create_app(instance_path, entry_points):
# state.
workingset_state = pkg_resources.working_set.__getstate__()

# Next, make a fake distribution that wil yield the extra entry points and
# add it to the global working_set.
# Next, make a fake distribution that will yield the extra entry points and
# add them to the global working_set.
dist = MockDistribution(extra_entry_points)
pkg_resources.working_set.add(dist)

Expand Down

0 comments on commit b18c416

Please sign in to comment.