File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ Python is built with SQLite support)::
746
746
Also added in Zarr version 2.3 are two storage classes for interfacing with server-client
747
747
databases. The :class: `zarr.storage.RedisStore ` class interfaces `Redis <https://redis.io/ >`_
748
748
(an in memory data structure store), and the :class: `zarr.storage.MongoDB ` class interfaces
749
- with `MongoDB <https://www.mongodb.com/ >`_ (an oject oriented NoSQL database). These stores
749
+ with `MongoDB <https://www.mongodb.com/ >`_ (an object oriented NoSQL database). These stores
750
750
respectively require the `redis-py <https://redis-py.readthedocs.io >`_ and
751
751
`pymongo <https://api.mongodb.com/python/current/ >`_ packages to be installed.
752
752
You can’t perform that action at this time.
0 commit comments