Skip to content

Commit

Permalink
fix doc (keras-team#12836)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanpcf authored and fchollet committed May 21, 2019
1 parent 9d33a02 commit 47e1b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/utils/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def _hash_file(fpath, algorithm='sha256', chunk_size=65535):
# Example
```python
>>> from keras.data_utils import _hash_file
>>> from keras.utils.data_utils import _hash_file
>>> _hash_file('/path/to/file.zip')
'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
```
Expand Down

0 comments on commit 47e1b18

Please sign in to comment.