Skip to content

Commit 1fdc197

Browse files
Fix a couple typos
1 parent 13b07b6 commit 1fdc197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)