Skip to content

Commit 511d341

Browse files
committed
Fixup doctest requires
1 parent a9ba804 commit 511d341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ storing an array or group. Here is an example using a Berkeley DB B-tree
811811
database for storage (requires `bsddb3
812812
<https://www.jcea.es/programacion/pybsddb.htm>`_ to be installed):
813813

814-
.. doctest-requires::
814+
.. doctest-requires:: bsddb3
815815

816816
>>> import bsddb3
817817
>>> store = zarr.DBMStore('data/example.bdb', open=bsddb3.btopen)

0 commit comments

Comments
 (0)