From 345e5ad89ec0550695784721188db4b746d923ad Mon Sep 17 00:00:00 2001 From: Kris Ciccarello Date: Thu, 12 Nov 2020 11:03:23 -0500 Subject: [PATCH] Fix typo in table_partitioning.rst --- docs/source/table_partitioning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/table_partitioning.rst b/docs/source/table_partitioning.rst index 0c17a94e..57f1a3e6 100644 --- a/docs/source/table_partitioning.rst +++ b/docs/source/table_partitioning.rst @@ -66,7 +66,7 @@ Run the following command to automatically generate a migration: python manage.py pgmakemigrations -This will generate migrationt that creates the partitioned table with a default partition. +This will generate a migration that creates the partitioned table with a default partition. Adding/removing partitions manually