Skip to content

Commit 3dd1926

Browse files
committed
fix typos
1 parent 653fcd9 commit 3dd1926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/piccolo/query_types/django_comparison.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ Database Settings
114114
-----------------
115115

116116
In Django you configure your database in ``settings.py``. With Piccolo, you
117-
definte an ``Engine`` in ``piccolo_conf.py``. See :ref:`Engines`.
117+
define an ``Engine`` in ``piccolo_conf.py``. See :ref:`Engines`.

docs/src/piccolo/query_types/transactions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inbetween state.
1111
Atomic
1212
------
1313

14-
This is useful when you want to programitcally add some queries to the
14+
This is useful when you want to programmatically add some queries to the
1515
transaction before running it.
1616

1717
.. code-block:: python

0 commit comments

Comments
 (0)