From 393b1c6d455bdf55a857104b387af09bb570b672 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 16 Sep 2016 11:15:20 -0400 Subject: [PATCH] [1.10.x] Fixed typo in tests/migrations/test_loader.py. Backport of 6989b45c8dce0d3c50d1530fd65d388c7fde2a2a from master --- tests/migrations/test_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/migrations/test_loader.py b/tests/migrations/test_loader.py index 542a0216e4..c269837c14 100644 --- a/tests/migrations/test_loader.py +++ b/tests/migrations/test_loader.py @@ -412,7 +412,7 @@ class LoaderTests(TestCase): def test_loading_squashed_ref_squashed(self): "Tests loading a squashed migration with a new migration referencing it" """ - The sample migrations are structred like this: + The sample migrations are structured like this: app_1 1 --> 2 ---------------------*--> 3 *--> 4 \ / /