Skip to content

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rthalley committed Dec 29, 2023
1 parent e94f6c3 commit 346fe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aioquic/tls.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#
# TypeError: can't compare offset-naive and offset-aware datetimes
#
# We must continue to make an explictly offset-naive timestamp.
# We must continue to make an explicitly offset-naive timestamp.
utcnow = partial(datetime.datetime.now, None)


Expand Down

0 comments on commit 346fe0c

Please sign in to comment.