Skip to content

Commit 46b982b

Browse files
committed
fix typo in uuid tutorial
1 parent c65785f commit 46b982b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/piccolo/tutorials/uuid_columns_in_piccolo_1.31.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ simply do this:
2525
2626
DB = PostgresEngine(extensions=['uuid-ossp'])
2727
28-
If you want to migrate an existing ``UUID`` columns over to use
28+
If you want to migrate an existing ``UUID`` column over to use
2929
``gen_random_uuid()`` then run this script:
3030

3131
.. code-block:: sql

0 commit comments

Comments
 (0)