Skip to content

Commit

Permalink
Correct capitalization
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
jsf9k and dav3r committed Jan 30, 2023
1 parent 433bd8d commit 64e9044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trustymail/domain.py
Expand Up @@ -20,7 +20,7 @@ def get_psl():
-------
PublicSuffixList: An instance of PublicSuffixList loaded with a cached or updated list
"""
# Download the psl if necessary
# Download the PSL if necessary
if not PublicSuffixListReadOnly:
if not path.exists(PublicSuffixListFilename):
updatePSL(PublicSuffixListFilename)
Expand Down

0 comments on commit 64e9044

Please sign in to comment.