Little docs tweak

This commit is contained in:
Vincent Prouillet 2020-11-27 10:33:03 +01:00
parent e58c2d6b6c
commit 5d2c25b8c5

View file

@ -146,7 +146,7 @@ In the case of non-internal links, you can also add a cachebust of the format `?
by passing `cachebust=true` to the `get_url` function.
### 'get_file_hash`
### `get_file_hash`
Gets the hash digest for a static file. Supported hashes are SHA-256, SHA-384 (default) and SHA-512. Requires `path`. The `sha_type` key is optional and must be one of 256, 384 or 512.