Skip to content

Commit bbc0619

Browse files
committed
Corrige import do SINASC
1 parent 183f85a commit bbc0619

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
@@ -140,7 +140,7 @@ datetime.date(2016, 4, 1)
140140
Downloading and reading SINASC data:
141141

142142
```python
143-
In[1]: from pysus.online_data.sinasc import download
143+
In[1]: from pysus.online_data.SINASC import download
144144
In[2]: df = download('SE', 2015)
145145
In[3]: df.head()
146146
Out[3]:

0 commit comments

Comments
 (0)