Skip to content

Commit

Permalink
Fix a spelling mistake (pypa#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
venthur authored and hrnciar committed Jun 24, 2022
1 parent 7d999b8 commit b411261
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 b411261

Please sign in to comment.