From 1dcc603efff8229838f27019668d864a0bcbfa59 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 28 May 2014 17:39:14 -0700 Subject: Fixed several typos in Django --- tests/multiple_database/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/multiple_database') diff --git a/tests/multiple_database/tests.py b/tests/multiple_database/tests.py index 4802c97819..f3b540e31a 100644 --- a/tests/multiple_database/tests.py +++ b/tests/multiple_database/tests.py @@ -624,7 +624,7 @@ class QueryTestCase(TestCase): new_bob_profile = UserProfile(flavor="spring surprise") - # assigning a profile requires a explicit pk as the object isn't saved + # assigning a profile requires an explicit pk as the object isn't saved charlie = User(pk=51, username='charlie', email='charlie@example.com') charlie.set_unusable_password() -- cgit v1.3