Skip to content

Commit

Permalink
lower the email, Josh, and no one gets hurt
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Aug 17, 2023
1 parent 33c967a commit b764b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep_sphinx_extensions/pep_zero_generator/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _parse_author(data: str) -> dict[str, str]:
if not author:
raise ValueError("Name is empty!")

author_items.append((author, email.strip()))
author_items.append((author, email.lower().strip()))

# If authors were found then stop searching as only expect one
# style of author citation.
Expand Down

0 comments on commit b764b23

Please sign in to comment.