Skip to content

Commit

Permalink
Fix a spelling mistake (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
venthur committed Jun 14, 2022
1 parent 4fffd3f commit 8b86d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/markers.py
Expand Up @@ -223,7 +223,7 @@ def _normalize(*values: str, key: str) -> Tuple[str, ...]:
if key == "extra":
return tuple(canonicalize_name(v) for v in values)

# other environment markes don't have such standards
# other environment markers don't have such standards
return values


Expand Down

0 comments on commit 8b86d85

Please sign in to comment.