diff options
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/constrained.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/constrained.rst b/docs/reference/constrained.rst index 59c375159..d9a349aa6 100644 --- a/docs/reference/constrained.rst +++ b/docs/reference/constrained.rst @@ -211,7 +211,7 @@ two loops: spi.readinto(buf) # process data in buf -The first creates a buffer on each pass whereas the second re-uses a pre-allocated +The first creates a buffer on each pass whereas the second reuses a pre-allocated buffer; this is both faster and more efficient in terms of memory fragmentation. **Bytes are smaller than ints** |
