Skip to content

Commit

Permalink
Fix a couple typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed May 18, 2024
1 parent 13b07b6 commit 1fdc197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ HTTPS. Its three purposes are to be:
for publishing on any Python package index


Currently, twine has two principle functions: uploading new packages
Currently, twine has two principal functions: uploading new packages
and registering new `projects`_ (``register`` is no longer supported
on PyPI, and is in Twine for use with other package indexes).

Expand Down
2 changes: 1 addition & 1 deletion twine/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,5 @@ def release_urls(self, packages: List[package_file.PackageFile]) -> Set[str]:

def verify_package_integrity(self, package: package_file.PackageFile) -> None:
# TODO(sigmavirus24): Add a way for users to download the package and
# check it's hash against what it has locally.
# check its hash against what it has locally.
pass

0 comments on commit 1fdc197

Please sign in to comment.