adjust the pypi module language

This commit is contained in:
Martin Cech 2018-10-08 11:44:50 -04:00
parent 7448bb6ffd
commit caca836ab8
No known key found for this signature in database
GPG Key ID: F3D28C9A94E68B0E

View File

@ -26,8 +26,8 @@ else:
Available as [PyPI module](https://pypi.org/project/disposable-email-domains) thanks to [@di](https://github.com/di)
```python
>>> from disposable_email_domains import blacklist
>>> 'bearsarefuzzy.com' in blacklist
>>> from disposable_email_domains import blacklist as blocklist
>>> 'bearsarefuzzy.com' in blocklist
True
```