We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433bd8d commit 64e9044Copy full SHA for 64e9044
src/trustymail/domain.py
@@ -20,7 +20,7 @@ def get_psl():
20
-------
21
PublicSuffixList: An instance of PublicSuffixList loaded with a cached or updated list
22
"""
23
- # Download the psl if necessary
+ # Download the PSL if necessary
24
if not PublicSuffixListReadOnly:
25
if not path.exists(PublicSuffixListFilename):
26
updatePSL(PublicSuffixListFilename)
0 commit comments