jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/637794 )
Change subject: fixing small error for Russian website in reflinks ......................................................................
fixing small error for Russian website in reflinks
Change-Id: I40764914d0d4e513e0534d0e0f3b79d82b2846a4 --- M scripts/reflinks.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/reflinks.py b/scripts/reflinks.py index 1be9884..dd5420b 100755 --- a/scripts/reflinks.py +++ b/scripts/reflinks.py @@ -170,7 +170,7 @@ 'fr': '.*(404|page|site).*en +travaux.*', 'es': '.*sitio.*no +disponible.*', 'it': '((pagina|sito) (non trovat[ao]|inesistente)|accedi|errore)', - 'ru': '.*(Страница|страница).*(не[ ]*найдена|осутствует).*', + 'ru': '.*(Страница|страница).*(не[ ]*найдена|отсутствует).*', }
# Regex that match bare references
pywikibot-commits@lists.wikimedia.org