diff options
Diffstat (limited to 'docs/library/btree.rst')
| -rw-r--r-- | docs/library/btree.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/btree.rst b/docs/library/btree.rst index 9322d32e6..cdc4b42cf 100644 --- a/docs/library/btree.rst +++ b/docs/library/btree.rst @@ -1,6 +1,8 @@ :mod:`btree` -- simple BTree database ===================================== +.. include:: ../templates/unsupported_in_circuitpython.inc + .. module:: btree :synopsis: simple BTree database @@ -78,7 +80,7 @@ Functions .. function:: open(stream, \*, flags=0, cachesize=0, pagesize=0, minkeypage=0) - Open a database from a random-access `stream` (like an open file). All + Open a database from a random-access ``stream`` (like an open file). All other parameters are optional and keyword-only, and allow to tweak advanced parameters of the database operation (most users will not need them): |
