Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos in docs and a test comment. #12468

Merged
merged 1 commit into from
Feb 19, 2020
Merged

Conversation

YooInKeun
Copy link
Contributor

The word "the" is repeated. I propose to remove one.

@hramezani
Copy link
Member

@YooInKeun Thanks.

There is another one in tests, this one also can be removed:

diff --git a/tests/foreign_object/tests.py b/tests/foreign_object/tests.py
index b211c6e328..a33f29a38c 100644
--- a/tests/foreign_object/tests.py
+++ b/tests/foreign_object/tests.py
@@ -47,7 +47,7 @@ class MultiColumnFKTests(TestCase):
         self.assertEqual((person.id, person.name), (self.bob.id, "Bob"))
 
     def test_get_fails_on_multicolumn_mismatch(self):
-        # Membership objects returns DoesNotExist error when the there is no
+        # Membership objects returns DoesNotExist error when there is no
         # Person with the same id and country_id
         membership = Membership.objects.create(
             membership_country_id=self.usa.id, person_id=self.jane.id, group_id=self.cia.id)

@felixxm felixxm changed the title docs: fix repeated word Fixed typos in docs and a test comment. Feb 19, 2020
@felixxm
Copy link
Member

felixxm commented Feb 19, 2020

@YooInKeun Thanks 👍

@felixxm felixxm merged commit 4ef107e into django:master Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants