Skip to content

Commit fe1885f

Browse files
authored
Merge pull request #1034 from DimitriPapadopoulos/codespell
Fix typos found by codespell
2 parents 89ec78c + 694bdcf commit fe1885f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

changelog/991.misc.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix the ReadTheDocs build by removing minimum python version and specifiying build requirements.
1+
Fix the ReadTheDocs build by removing minimum python version and specifying build requirements.

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Bugfixes
2828
^^^^^^^^
2929

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

3333

3434
Twine 4.0.0 (2022-03-31)

tests/test_settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def test_print_config_path_if_verbose(config_file, caplog, make_settings, verbos
107107

108108

109109
def test_identity_requires_sign():
110-
"""Raise an exception when user provides identity but doesn't require sigining."""
110+
"""Raise an exception when user provides identity but doesn't require signing."""
111111
with pytest.raises(exceptions.InvalidSigningConfiguration):
112112
settings.Settings(sign=False, identity="fakeid")
113113

tests/test_upload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def test_print_packages_if_verbose(upload_settings, caplog):
145145

146146

147147
def test_print_response_if_verbose(upload_settings, stub_response, caplog):
148-
"""Print details about the response from the repostiry."""
148+
"""Print details about the response from the repository."""
149149
upload_settings.verbose = True
150150

151151
result = upload.upload(

0 commit comments

Comments
 (0)