jenkins-bot has submitted this change and it was merged.

Change subject: Fix case of some first words
......................................................................


Fix case of some first words

Bug: T121365
Change-Id: I047ca83e445c32b230e6d6a10263d2e71916cefd
---
M pywikibot/bot_choice.py
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/pywikibot/bot_choice.py b/pywikibot/bot_choice.py
index 17c799d..194ac53 100755
--- a/pywikibot/bot_choice.py
+++ b/pywikibot/bot_choice.py
@@ -202,12 +202,12 @@
 
     @property
     def minimum(self):
-        """return the minimum value."""
+        """Return the minimum value."""
         return self._min
 
     @property
     def maximum(self):
-        """return the maximum value."""
+        """Return the maximum value."""
         return self._max
 
     def format(self, default):
@@ -301,7 +301,7 @@
 
     @property
     def maximum(self):
-        """return the maximum value."""
+        """Return the maximum value."""
         return len(self._list)
 
     def result(self, value):

-- 
To view, visit https://gerrit.wikimedia.org/r/263174
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I047ca83e445c32b230e6d6a10263d2e71916cefd
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Mehtab98 <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to