Skip to content

Commit c588793

Browse files
authored
Merge pull request #1110 from DimitriPapadopoulos/principle
Fix a couple typos
2 parents 13b07b6 + 1fdc197 commit c588793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ HTTPS. Its three purposes are to be:
195195
for publishing on any Python package index
196196

197197

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

twine/repository.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,5 +246,5 @@ def release_urls(self, packages: List[package_file.PackageFile]) -> Set[str]:
246246

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

0 commit comments

Comments
 (0)