jenkins-bot has submitted this change and it was merged.
Change subject: Fix typo in interwikidata.py ......................................................................
Fix typo in interwikidata.py
fromat-->format Flake8 should pick it up
Bug: T117396 Change-Id: Ibf808dd2a988a8d2a7da29ddb774d065a25adc39 --- M scripts/interwikidata.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Ladsgroup: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/interwikidata.py b/scripts/interwikidata.py index 406a8de..22e8a60 100644 --- a/scripts/interwikidata.py +++ b/scripts/interwikidata.py @@ -79,7 +79,7 @@ self.iwlangs = pywikibot.textlib.getLanguageLinks( self.current_page.text, insite=self.current_page.site) if not self.iwlangs: - output('No interlanguagelinks on {page}'.fromat( + output('No interlanguagelinks on {page}'.format( page=self.current_page.title(asLink=True))) return False try:
pywikibot-commits@lists.wikimedia.org