Skip to content

Commit fa6a4fd

Browse files
committed
docs: Fix simple typo, similiar -> similar
There is a small typo in docs/use.rst. Should read `similar` rather than `similiar`.
1 parent 7f72d7a commit fa6a4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ This is a context manager. Database queries performed inside it will be executed
221221
222222
.. function:: tenant_context(tenant_object)
223223

224-
This context manager is very similiar to the ``schema_context`` function,
224+
This context manager is very similar to the ``schema_context`` function,
225225
but it takes a tenant model object as the argument instead.
226226

227227
.. code-block:: python

0 commit comments

Comments
 (0)