From 4c34e3e42e8612906ec8e9f9454053a7bc679bd7 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Sun, 17 Dec 2023 16:05:36 +0100 Subject: [PATCH] Fix typos found by codespell --- changelog/991.misc.rst | 2 +- docs/changelog.rst | 2 +- tests/test_settings.py | 2 +- tests/test_upload.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/991.misc.rst b/changelog/991.misc.rst index 42174125..de7248ff 100644 --- a/changelog/991.misc.rst +++ b/changelog/991.misc.rst @@ -1 +1 @@ -Fix the ReadTheDocs build by removing minimum python version and specifiying build requirements. +Fix the ReadTheDocs build by removing minimum python version and specifying build requirements. diff --git a/docs/changelog.rst b/docs/changelog.rst index 1c6a2ef9..c1fa2922 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,7 +28,7 @@ Bugfixes ^^^^^^^^ - Improve logging when keyring fails. (`#890 `_) -- Reconfgure root logger to show all log messages. (`#896 `_) +- Reconfigure root logger to show all log messages. (`#896 `_) Twine 4.0.0 (2022-03-31) diff --git a/tests/test_settings.py b/tests/test_settings.py index 57e980c5..4f4e2021 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -77,7 +77,7 @@ def test_print_config_path_if_verbose(config_file, caplog, make_settings, verbos def test_identity_requires_sign(): - """Raise an exception when user provides identity but doesn't require sigining.""" + """Raise an exception when user provides identity but doesn't require signing.""" with pytest.raises(exceptions.InvalidSigningConfiguration): settings.Settings(sign=False, identity="fakeid") diff --git a/tests/test_upload.py b/tests/test_upload.py index 894dec6b..21fcbdfe 100644 --- a/tests/test_upload.py +++ b/tests/test_upload.py @@ -145,7 +145,7 @@ def test_print_packages_if_verbose(upload_settings, caplog): def test_print_response_if_verbose(upload_settings, stub_response, caplog): - """Print details about the response from the repostiry.""" + """Print details about the response from the repository.""" upload_settings.verbose = True result = upload.upload(