Fix numerous typos (#561)

Thanks, @minho42!
This commit is contained in:
Min ho Kim 2019-07-26 20:25:44 +10:00 committed by Simon Willison
commit 5945c0cdd4
6 changed files with 10 additions and 10 deletions

View file

@ -409,7 +409,7 @@ def render_pep440_old(pieces):
The ".dev0" means dirty.
Eexceptions:
Exceptions:
1: no tags. 0.postDISTANCE[.dev0]
"""
if pieces["closest-tag"]:

View file

@ -387,7 +387,7 @@ class DataView(BaseView):
return await self.as_csv(request, database, hash, **kwargs)
if _format is None:
# HTML views default to expanding all foriegn key labels
# HTML views default to expanding all foreign key labels
kwargs["default_labels"] = True
extra_template_data = {}