Skip to content

Commit 64e9044

Browse files
jsf9kdav3r
andauthored
Correct capitalization
Co-authored-by: dav3r <[email protected]>
1 parent 433bd8d commit 64e9044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trustymail/domain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_psl():
2020
-------
2121
PublicSuffixList: An instance of PublicSuffixList loaded with a cached or updated list
2222
"""
23-
# Download the psl if necessary
23+
# Download the PSL if necessary
2424
if not PublicSuffixListReadOnly:
2525
if not path.exists(PublicSuffixListFilename):
2626
updatePSL(PublicSuffixListFilename)

0 commit comments

Comments
 (0)