Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Nov 30, 2018
2 parents c8db5f2 + de8eeda commit dea4f5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ By default, all data sets will be downloaded to ~/datasets. You can overwrite th
>>> import datasets
>>> datasets.set_path('mydir', mkdir=True)
`datasets module: datasets will be loaded from 'C:\Users\You\mydir'

>>> datasets.restore_default_path(True)
```

This will write your `datasets` path to `~/.datasets`.
Expand All @@ -35,4 +33,4 @@ You can restore the default path with:

```python
>>> datasets.restore_default_path(True)
```
```

0 comments on commit dea4f5c

Please sign in to comment.