Spelling, docstrings
This commit is contained in:
parent
a76ff29d4b
commit
004ceb79fc
6 changed files with 7 additions and 5 deletions
|
@ -8,7 +8,7 @@ from util import hook
|
|||
|
||||
try:
|
||||
import DNS
|
||||
# Please remember to install the dependancy 'pydns'
|
||||
# Please remember to install the dependency 'pydns'
|
||||
pydns_installed = True
|
||||
except ImportError:
|
||||
pydns_installed = False
|
||||
|
|
Reference in a new issue