Remove the sample SHA256

putting a full sha256 made the width of the table in the generated docs not fit on some screens
This commit is contained in:
Colin Hutchinson 2015-09-01 10:07:03 -04:00 committed by Matt Clay
parent 79f98bffcf
commit 9d77cef5be

View file

@ -81,7 +81,7 @@ options:
- 'If a checksum is passed to this parameter, the digest of the
destination file will be calculated after it is downloaded to ensure
its integrity and verify that the transfer completed successfully.
Format: <algorithm>:<checksum>, e.g.: checksum="sha256:d98291acbedd510e3dbd36dbfdd83cbca8415220af43b327c0a0c574b6dc7b97"
Format: <algorithm>:<checksum>, e.g.: checksum="sha256:shagoeshere"
If you worry about portability, only the sha1 algorithm is available
on all platforms and python versions. The third party hashlib
library can be installed for access to additional algorithms.'