From d569c2c282bd3c23998031492d5b821b50bde067 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 30 Dec 2025 12:02:53 +0100 Subject: [PATCH] Fix typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index dd3d7a7..72ba2cf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ added as needed. This module differs from other similar modules by providing a streaming-capable implementation (data can be passed to the hash -object in chunnks and a digest extracted at the end) and by providing +object in chunks and a digest extracted at the end) and by providing an interface compatible to the hash functions provided by the :mod:`hashlib` standard library module. Binary wheels are provied for all supported Python releases on the most common platforms. More