s/comparision/comparison/g [ci skip]

This commit is contained in:
Anthony Sottile
2018-10-16 17:23:29 -07:00
parent f7285b6ab2
commit ab8907f6f5
3 changed files with 3 additions and 3 deletions

View File

@@ -279,7 +279,7 @@ class LogCaptureFixture(object):
Unlike 'records', which contains the format string and parameters for interpolation, log messages in this list
are all interpolated.
Unlike 'text', which contains the output from the handler, log messages in this list are unadorned with
levels, timestamps, etc, making exact comparisions more reliable.
levels, timestamps, etc, making exact comparisons more reliable.
Note that traceback or stack info (from :func:`logging.exception` or the `exc_info` or `stack_info` arguments
to the logging functions) is not included, as this is added by the formatter in the handler.