Skip to content

Commit ab8907f

Browse files
committed
s/comparision/comparison/g [ci skip]
1 parent f7285b6 commit ab8907f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Deprecations
4545
Users should just ``import pytest`` and access those objects using the ``pytest`` module.
4646

4747
* ``request.cached_setup``, this was the precursor of the setup/teardown mechanism available to fixtures. You can
48-
consult `funcarg comparision section in the docs <https://docs.pytest.org/en/latest/funcarg_compare.html>`_.
48+
consult `funcarg comparison section in the docs <https://docs.pytest.org/en/latest/funcarg_compare.html>`_.
4949

5050
* Using objects named ``"Class"`` as a way to customize the type of nodes that are collected in ``Collector``
5151
subclasses has been deprecated. Users instead should use ``pytest_collect_make_item`` to customize node types during

doc/en/deprecations.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This should be updated to make use of standard fixture mechanisms:
5656
session.close()
5757
5858
59-
You can consult `funcarg comparision section in the docs <https://docs.pytest.org/en/latest/funcarg_compare.html>`_ for
59+
You can consult `funcarg comparison section in the docs <https://docs.pytest.org/en/latest/funcarg_compare.html>`_ for
6060
more information.
6161

6262
This has been documented as deprecated for years, but only now we are actually emitting deprecation warnings.

src/_pytest/logging.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def messages(self):
279279
Unlike 'records', which contains the format string and parameters for interpolation, log messages in this list
280280
are all interpolated.
281281
Unlike 'text', which contains the output from the handler, log messages in this list are unadorned with
282-
levels, timestamps, etc, making exact comparisions more reliable.
282+
levels, timestamps, etc, making exact comparisons more reliable.
283283
284284
Note that traceback or stack info (from :func:`logging.exception` or the `exc_info` or `stack_info` arguments
285285
to the logging functions) is not included, as this is added by the formatter in the handler.

0 commit comments

Comments
 (0)