aboutsummaryrefslogtreecommitdiff
path: root/docs/library/uhashlib.rst
diff options
context:
space:
mode:
authorDaniel Campora2015-06-11 15:53:31 +0200
committerDaniel Campora2015-06-16 15:45:24 +0200
commitea2cc2b907c2c82283f7f06c9538008b51051d84 (patch)
tree3a865e7794a9f5fa5d1c1e185283b242886b748c /docs/library/uhashlib.rst
parentcdfa11f5503b53824d1c0552ae5fda64422202da (diff)
docs: Add more documentation for the CC3200 in the pyb module.
Diffstat (limited to 'docs/library/uhashlib.rst')
-rw-r--r--docs/library/uhashlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/uhashlib.rst b/docs/library/uhashlib.rst
index a8f580fd8..5de4b6f7b 100644
--- a/docs/library/uhashlib.rst
+++ b/docs/library/uhashlib.rst
@@ -43,7 +43,7 @@ Constructors
:class: attention
Due to hardware implementation details of the WiPy, data must be buffered before being
- digested, which would make impossible to calculate the hash of big blocks of data that
+ digested, which would make it impossible to calculate the hash of big blocks of data that
do not fit in RAM. In this case, since most likely the total size of the data is known
in advance, the size can be passed to the constructor and hence the HASH hardware engine
of the WiPy can be properly initialized without needing buffering. If ``block_size`` is