Skip to content

Commit

Permalink
Merge pull request pypa#481 from minho42/Fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
sigmavirus24 committed Jul 26, 2019
2 parents 6bbac74 + ca4042d commit 579f3fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Changelog
ConnectionErrors
* :release:`1.6.4 <2015-10-27>`
* :bug:`145` Paths with hyphens in them break the Wheel regular expression.
* :bug:`146` Exception while accessing the ``respository`` key (sic)
* :bug:`146` Exception while accessing the ``repository`` key (sic)
when raising a redirect exception.
* :release:`1.6.3 <2015-10-05>`
* :bug:`137`, :bug:`140` Uploading signatures was broken due to the pull
Expand Down
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def test_dispatch_to_subcommand(monkeypatch):

def test_catches_enoent():
with pytest.raises(SystemExit):
cli.dispatch(["non-existant-command"])
cli.dispatch(["non-existent-command"])
2 changes: 1 addition & 1 deletion twine/commands/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}


# Regular expression used to capture and reformat doctuils warnings into
# Regular expression used to capture and reformat docutils warnings into
# something that a human can understand. This is loosely borrowed from
# Sphinx: https://github.com/sphinx-doc/sphinx/blob
# /c35eb6fade7a3b4a6de4183d1dd4196f04a5edaf/sphinx/util/docutils.py#L199
Expand Down

0 comments on commit 579f3fe

Please sign in to comment.