Skip to content

Commit 158f41f

Browse files
authored
Fix documentation typo (#10942)
1 parent fd6a450 commit 158f41f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/en/reference/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1996,7 +1996,7 @@ All the command-line flags can be obtained by running ``pytest --help``::
19961996
Auto-indent multiline messages passed to the logging
19971997
module. Accepts true|on, false|off or an integer.
19981998
--log-disable=LOGGER_DISABLE
1999-
Disable a logger by name. Can be passed multipe
1999+
Disable a logger by name. Can be passed multiple
20002000
times.
20012001

20022002
[pytest] ini-options in the first pytest.ini|tox.ini|setup.cfg|pyproject.toml file found:

src/_pytest/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def add_option_ini(option, dest, default=None, type=None, **kwargs):
302302
action="append",
303303
default=[],
304304
dest="logger_disable",
305-
help="Disable a logger by name. Can be passed multipe times.",
305+
help="Disable a logger by name. Can be passed multiple times.",
306306
)
307307

308308

0 commit comments

Comments
 (0)