Skip to content

Commit

Permalink
Update tutorial.rst (#634)
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
taras-sereda authored Oct 22, 2020
1 parent 06c3b40 commit 480d21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ Python is built with SQLite support)::
Also added in Zarr version 2.3 are two storage classes for interfacing with server-client
databases. The :class:`zarr.storage.RedisStore` class interfaces `Redis <https://redis.io/>`_
(an in memory data structure store), and the :class:`zarr.storage.MongoDB` class interfaces
with `MongoDB <https://www.mongodb.com/>`_ (an oject oriented NoSQL database). These stores
with `MongoDB <https://www.mongodb.com/>`_ (an object oriented NoSQL database). These stores
respectively require the `redis-py <https://redis-py.readthedocs.io>`_ and
`pymongo <https://api.mongodb.com/python/current/>`_ packages to be installed.

Expand Down

0 comments on commit 480d21a

Please sign in to comment.