Skip to content

Commit

Permalink
Merge pull request #631 from timgates42/bugfix_typo_similar
Browse files Browse the repository at this point in the history
docs: Fix simple typo, similiar -> similar
  • Loading branch information
bernardopires committed Jul 2, 2023
2 parents 6774f20 + fa6a4fd commit a77655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ This is a context manager. Database queries performed inside it will be executed
.. function:: tenant_context(tenant_object)

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

.. code-block:: python
Expand Down

0 comments on commit a77655c

Please sign in to comment.