Skip to content

Commit 2e13eb1

Browse files
authored
Fixed typo in partitioning docs hash -> hash (#201)
1 parent 2adc13f commit 2e13eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/table_partitioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ You can look at :class:`psqlextra.partitioning.PostgresCurrentTimePartitioningSt
196196
Manually managing partitions
197197
----------------------------
198198

199-
If you are using list or has partitioning, you most likely have a fixed amount of partitions that can be created up front using migrations or using the schema editor.
199+
If you are using list or hash partitioning, you most likely have a fixed amount of partitions that can be created up front using migrations or using the schema editor.
200200

201201
Using migration operations
202202
**************************

0 commit comments

Comments
 (0)