From 47fde09b4d5b2b5320fb543c54e4679169b3840e Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Sat, 17 May 2025 00:37:44 -0700 Subject: [PATCH] Super tiny typo fix Implments > Implements --- psqlextra/partitioning/current_time_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psqlextra/partitioning/current_time_strategy.py b/psqlextra/partitioning/current_time_strategy.py index 114a1aaf..ebc52ce4 100644 --- a/psqlextra/partitioning/current_time_strategy.py +++ b/psqlextra/partitioning/current_time_strategy.py @@ -11,7 +11,7 @@ class PostgresCurrentTimePartitioningStrategy( PostgresRangePartitioningStrategy ): - """Implments a time based partitioning strategy where each partition + """Implements a time based partitioning strategy where each partition contains values for a specific time period. All buckets will be equal in size and start at the start of the