Skip to content

Commit

Permalink
chore: adjust another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-richards committed Dec 17, 2024
1 parent e09e310 commit 8c756db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/submit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ def process_submission_text(filename, revision):
if title:
title = _normalize_title(title)

# Drops \r, \n, <, >. Based on get_draft_meta() behavior
# Translation taable drops \r, \n, <, >.
trans_table = str.maketrans("", "", "\r\n<>")
authors = [
{
Expand Down

0 comments on commit 8c756db

Please sign in to comment.