Skip to content

Commit

Permalink
Merge pull request #3492 from timhughes/patch-1
Browse files Browse the repository at this point in the history
fix typo in docs
  • Loading branch information
nicoddemus authored May 20, 2018
2 parents 45faaec + f0b8553 commit 8e17e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ You can call ``caplog.clear()`` to reset the captured log records in a test::
assert ['Foo'] == [rec.message for rec in caplog.records]


The ``caplop.records`` attribute contains records from the current stage only, so
The ``caplog.records`` attribute contains records from the current stage only, so
inside the ``setup`` phase it contains only setup logs, same with the ``call`` and
``teardown`` phases.

Expand Down

0 comments on commit 8e17e32

Please sign in to comment.