Skip to content

Commit 480d21a

Browse files
authored
Update tutorial.rst (#634)
typo fix
1 parent 06c3b40 commit 480d21a

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
@@ -746,7 +746,7 @@ Python is built with SQLite support)::
746746
Also added in Zarr version 2.3 are two storage classes for interfacing with server-client
747747
databases. The :class:`zarr.storage.RedisStore` class interfaces `Redis <https://redis.io/>`_
748748
(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
750750
respectively require the `redis-py <https://redis-py.readthedocs.io>`_ and
751751
`pymongo <https://api.mongodb.com/python/current/>`_ packages to be installed.
752752

0 commit comments

Comments
 (0)