Skip to content

Commit 20d2926

Browse files
authored
Fix a couple typos found by codespell (pypa#4378)
2 parents 131b6e9 + d6cc7ad commit 20d2926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ filterwarnings=
2929
# realpython/pytest-mypy#152
3030
ignore:'encoding' argument not specified::pytest_mypy
3131

32-
# TODO: Set encoding when openning/writing tmpdir files with pytest's LocalPath.open
32+
# TODO: Set encoding when opening/writing tmpdir files with pytest's LocalPath.open
3333
# see pypa/setuptools#4326
3434
ignore:'encoding' argument not specified::_pytest
3535

setuptools/config/setupcfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _apply(
108108
filenames = [*other_files, filepath]
109109

110110
try:
111-
_Distribution.parse_config_files(dist, filenames=filenames) # type: ignore[arg-type] # TODO: fix in disutils stubs
111+
_Distribution.parse_config_files(dist, filenames=filenames) # type: ignore[arg-type] # TODO: fix in distutils stubs
112112
handlers = parse_configuration(
113113
dist, dist.command_options, ignore_option_errors=ignore_option_errors
114114
)

0 commit comments

Comments
 (0)