Skip to content

Commit

Permalink
Merge pull request #172 from turicas/fix/filename-on-readme
Browse files Browse the repository at this point in the history
Fix filename typos (fix #171)
  • Loading branch information
anaschwendler committed Dec 8, 2017
2 parents 3acf503 + 9e1938a commit 936050a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We have `plenty of them <https://github.com/datasciencebr/serenata-de-amor/blob/
print(dataset) # and you'll see a long list of datasets!
# and let's download one of them
datasets.downloader.download('2016-12-06-reibursements.xz') # yay, you've just downloaded this dataset to data/
datasets.downloader.download('2016-12-06-reimbursements.xz') # yay, you've just downloaded this dataset to data/
# you can also get the most recent version of all datasets:
latest = list(datasets.downloader.LATEST)
Expand All @@ -70,7 +70,7 @@ If the last example doesn't look that simple, there are some fancy shortcuts ava
.. code:: python
from serenata_toolbox.datasets import fetch, fetch_latest_backup
fetch('2016-12-06-reibursements.xz', 'data/')
fetch('2016-12-06-reimbursements.xz', 'data/')
fetch_latest_backup( 'data/') # yep, we've just did exactly the same thing
Example 3: Generating datasets
Expand Down

0 comments on commit 936050a

Please sign in to comment.