Fix typo
This commit is contained in:
@@ -14,7 +14,7 @@ The blacklist is a Python ``set`` containing all domains in the blacklist:
|
||||
>>> 'bearsarefuzzy.com' in blacklist
|
||||
True
|
||||
|
||||
The domains are guaranteed to be fully lowercased and striped of whitespace.
|
||||
The domains are guaranteed to be fully lowercased and stripped of whitespace.
|
||||
|
||||
Source
|
||||
------
|
||||
|
||||
2
setup.py
2
setup.py
@@ -9,7 +9,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
|
||||
|
||||
setup(
|
||||
name='disposable-email-domains',
|
||||
version='0.0.1',
|
||||
version='0.0.2',
|
||||
description='A set of disposable email domains',
|
||||
long_description=long_description,
|
||||
url='https://github.com/di/disposable-email-domains',
|
||||
|
||||
Reference in New Issue
Block a user