Skip to content

Commit

Permalink
Correct simple typo in docs, propogates -> propagates (#323)
Browse files Browse the repository at this point in the history
There is a small typo in docs/resources/migration.rst.

Should read `propagates` rather than `propogates`.
  • Loading branch information
timgates42 committed Sep 13, 2020
1 parent e48f3e4 commit b77f4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Making things work with Pytest and caplog

If you've followed all the migration guidelines thus far, you'll notice that this test will fail. This is because |pytest|_ links to the standard library's ``logging`` module.

So to fix things, we need to add a sink that propogates Loguru to ``logging``.
So to fix things, we need to add a sink that propagates Loguru to ``logging``.
This is done on the fixture itself by mokeypatching |caplog|_. In your ``conftest.py`` file, add the following::

import logging
Expand Down

0 comments on commit b77f4fd

Please sign in to comment.