Skip to content

Commit

Permalink
Merge pull request #1034 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
Fix typos found by codespell
  • Loading branch information
sigmavirus24 committed Jan 6, 2024
2 parents 89ec78c + 694bdcf commit fe1885f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Expand Up @@ -28,7 +28,7 @@ Bugfixes
^^^^^^^^

- Improve logging when keyring fails. (`#890 <https://github.com/pypa/twine/issues/890>`_)
- Reconfgure root logger to show all log messages. (`#896 <https://github.com/pypa/twine/issues/896>`_)
- Reconfigure root logger to show all log messages. (`#896 <https://github.com/pypa/twine/issues/896>`_)


Twine 4.0.0 (2022-03-31)
Expand Down
2 changes: 1 addition & 1 deletion tests/test_settings.py
Expand Up @@ -107,7 +107,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")

Expand Down
2 changes: 1 addition & 1 deletion tests/test_upload.py
Expand Up @@ -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(
Expand Down

0 comments on commit fe1885f

Please sign in to comment.