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 cf0e43f commit 1c474feCopy full SHA for 1c474fe
1 file changed
README.rst README.mdREADME.rst renamed to README.md
@@ -26,7 +26,7 @@ You can also set the API key via the CLEARBIT_KEY environment variable.
26
Then you can lookup people by email address. If the email's domain is corporate we'll also return a company response.
27
28
```python
29
-response = clearbit.Enrichment.find(email='alex@clearbit.com',stream=True)
+response = clearbit.Enrichment.find(email='alex@clearbit.com', stream=True)
30
```
31
32
See the [documentation](https://clearbit.com/docs#person-api) for more information.
@@ -54,7 +54,7 @@ proxies = {
54
'https': 'https://user:password@proxyserver.tld:8080',
55
}
56
57
-response = clearbit.Enrichment.find(email='alex@clearbit.com',proxies=proxies)
+response = clearbit.Enrichment.find(email='alex@clearbit.com', proxies=proxies)
58
59
60
## Testing
0 commit comments