Skip to content

Commit

Permalink
improve documentation for untar_data (fastai#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ala authored Aug 16, 2021
1 parent b4a0656 commit 69f95d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/04_data.external.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"`untar_data` is a thin wrapper for `FastDownload.get`. It downloads and extracts `url`, by default to subdirectories of `~/.fastai`, and returns the path to the extracted data."
"`untar_data` is a thin wrapper for `FastDownload.get`. It downloads and extracts `url`, by default to subdirectories of `~/.fastai`, and returns the path to the extracted data. Setting the `force_download` flag to 'True' will overwrite any existing copy of the data already present. For an explanation of the `c_key` parameter, see `URLs`."
]
},
{
Expand Down

0 comments on commit 69f95d0

Please sign in to comment.