Skip to content

Commit a77655c

Browse files
Merge pull request #631 from timgates42/bugfix_typo_similar
docs: Fix simple typo, similiar -> similar
2 parents 6774f20 + fa6a4fd commit a77655c

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)