mirror of
https://github.com/disposable-email-domains/disposable-email-domains.git
synced 2024-11-22 08:38:12 +08:00
adjust the pypi module language
This commit is contained in:
parent
7448bb6ffd
commit
caca836ab8
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user