jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
Typo fix: "the the" -> "the"

Bug: T201491
Change-Id: I6ae87dd9614f108e098d420459167194e31ff8ff
---
M pywikibot/family.py
M pywikibot/page/__init__.py
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pywikibot/family.py b/pywikibot/family.py
index 143bc81..f3222b8 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -814,7 +814,7 @@
"""
Return whether this family matches the given url.

- It is first checking if a domain of this family is in the the domain of
+ It is first checking if a domain of this family is in the domain of
the URL. If that is the case it's checking all codes and verifies that
a path generated via :py:obj:`APISite.article_path` and
:py:obj:`Family.path` matches the path of the URL together with
diff --git a/pywikibot/page/__init__.py b/pywikibot/page/__init__.py
index 12ca00e..ee06a02 100644
--- a/pywikibot/page/__init__.py
+++ b/pywikibot/page/__init__.py
@@ -832,7 +832,7 @@
"""
Return True if this is a disambiguation page, False otherwise.

- By default, it uses the the Disambiguator extension's result. The
+ By default, it uses the Disambiguator extension's result. The
identification relies on the presence of the __DISAMBIG__ magic word
which may also be transcluded.


To view, visit change 705104. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I6ae87dd9614f108e098d420459167194e31ff8ff
Gerrit-Change-Number: 705104
Gerrit-PatchSet: 2
Gerrit-Owner: DannyS712 <dannys712.wiki@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged