From e6f22d38fe94bf5d6e4f9a15a0c6e2dc330fb183 Mon Sep 17 00:00:00 2001 From: Hyunjun Kim Date: Wed, 6 Jan 2016 18:15:42 +0900 Subject: [PATCH] Fix typo "accross" => "across" --- sqlalchemy_utils/aggregates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlalchemy_utils/aggregates.py b/sqlalchemy_utils/aggregates.py index 1909b8f..2530579 100644 --- a/sqlalchemy_utils/aggregates.py +++ b/sqlalchemy_utils/aggregates.py @@ -265,7 +265,7 @@ scenarios includes things such as: Multi-level aggregates ---------------------- -Aggregates can span accross multiple relationships. In the following example +Aggregates can span across multiple relationships. In the following example each Catalog has a net_worth which is the sum of all products in all categories.