Skip to content

Commit 66634e9

Browse files
ckrybusPhotonios
authored andcommitted
Fix a typo in table_partitioning.rst
1 parent cf2cf14 commit 66634e9

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
@@ -170,7 +170,7 @@ Time-based partitioning
170170
PostgresPartitioningConfig(
171171
model=MyPartitionedModel,
172172
strategy=PostgresCurrentTimePartitioningStrategy(
173-
size=PostgresTimePartitionSize(wdyas=5),
173+
size=PostgresTimePartitionSize(days=5),
174174
count=12,
175175
),
176176
),

0 commit comments

Comments
 (0)