jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1172848?usp=email )

Change subject: interwiki: Fix docstring of Subject.process_unlimited
......................................................................

interwiki: Fix docstring of Subject.process_unlimited

Change-Id: Id70d689aab758acab7128425a46247064e8973f1
---
M scripts/interwiki.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/scripts/interwiki.py b/scripts/interwiki.py
index abbde43..473daac 100755
--- a/scripts/interwiki.py
+++ b/scripts/interwiki.py
@@ -1513,7 +1513,7 @@
                         break

     def process_unlimited(self, new, updated) -> None:
-        """"Post-process pages: replace links and track updated sites."""
+        """Post-process pages: replace links and track updated sites."""
         for site, page in new.items():
             if site.has_data_repository:
                 self.conf.note(

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1172848?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id70d689aab758acab7128425a46247064e8973f1
Gerrit-Change-Number: 1172848
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to