Skip to content

Commit 88ec210

Browse files
authored
Fixed example
1 parent 3165386 commit 88ec210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The tests also include the PRO endpoints so if your key is not PRO, the correspo
190190
In `python`, create a client with your personal [Etherscan.io](https://etherscan.io/) API key:
191191

192192
``` python
193-
from etherscan import Etherscan
193+
from etherscan.etherscan import Etherscan
194194
eth = Etherscan(YOUR_API_KEY) # key in quotation marks
195195
```
196196

0 commit comments

Comments
 (0)