summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/btree.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/btree.rst')
-rw-r--r--docs/library/btree.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/btree.rst b/docs/library/btree.rst
index a1f7a5420f..de52ef7e7e 100644
--- a/docs/library/btree.rst
+++ b/docs/library/btree.rst
@@ -76,7 +76,7 @@ Example::
Functions
---------
-.. function:: open(stream, \*, flags=0, pagesize=0, cachesize=0, minkeypage=0)
+.. function:: open(stream, *, flags=0, pagesize=0, cachesize=0, minkeypage=0)
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