jenkins-bot merged this change.

View Change

Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
[doc] Fix doc for protocol method

Change-Id: If1fc52182f38ae7ea5862fa25f56bdbd8a392931
---
M pywikibot/families/wowwiki_family.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pywikibot/families/wowwiki_family.py b/pywikibot/families/wowwiki_family.py
index e2d34f3..5a468dd 100644
--- a/pywikibot/families/wowwiki_family.py
+++ b/pywikibot/families/wowwiki_family.py
@@ -68,7 +68,7 @@
return '1.19.24'

def protocol(self, code):
- """Return 'https' as the protocol."""
+ """Return the protocol for this family."""
return 'http' if code == 'uk' else 'https'

def scriptpath(self, code):

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: If1fc52182f38ae7ea5862fa25f56bdbd8a392931
Gerrit-Change-Number: 503761
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: jenkins-bot (75)