jenkins-bot submitted this change.

View Change


Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
Fix casing of Mediawiki

Change-Id: I1fda8383117524ad2252c2891f73f3c1208c23e0
---
M docs/api_ref/logentries.rst
M pywikibot/data/api/__init__.py
M pywikibot/logentries.py
M pywikibot/proofreadpage.py
M scripts/checkimages.py
M scripts/welcome.py
6 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/docs/api_ref/logentries.rst b/docs/api_ref/logentries.rst
index e45b3f9..c7805e1 100644
--- a/docs/api_ref/logentries.rst
+++ b/docs/api_ref/logentries.rst
@@ -3,4 +3,4 @@
************************

.. automodule:: logentries
- :synopsis: Objects representing Mediawiki log entries
+ :synopsis: Objects representing MediaWiki log entries
diff --git a/pywikibot/data/api/__init__.py b/pywikibot/data/api/__init__.py
index 9f289ab..609d3c5 100644
--- a/pywikibot/data/api/__init__.py
+++ b/pywikibot/data/api/__init__.py
@@ -1,4 +1,4 @@
-"""Interface to Mediawiki's api.php."""
+"""Interface to MediaWiki's api.php."""
#
# (C) Pywikibot team, 2014-2024
#
diff --git a/pywikibot/logentries.py b/pywikibot/logentries.py
index 5bda04e..67e6296 100644
--- a/pywikibot/logentries.py
+++ b/pywikibot/logentries.py
@@ -1,4 +1,4 @@
-"""Objects representing Mediawiki log entries."""
+"""Objects representing MediaWiki log entries."""
#
# (C) Pywikibot team, 2007-2023
#
diff --git a/pywikibot/proofreadpage.py b/pywikibot/proofreadpage.py
index 8f217e9..8050443 100644
--- a/pywikibot/proofreadpage.py
+++ b/pywikibot/proofreadpage.py
@@ -395,7 +395,7 @@

class ProofreadPage(pywikibot.Page):

- """ProofreadPage page used in Mediawiki ProofreadPage extension."""
+ """ProofreadPage page used in MediaWiki ProofreadPage extension."""

WITHOUT_TEXT = 0
NOT_PROOFREAD = 1
@@ -1068,7 +1068,7 @@

class IndexPage(pywikibot.Page):

- """Index Page page used in Mediawiki ProofreadPage extension."""
+ """Index Page page used in MediaWiki ProofreadPage extension."""

INDEX_TEMPLATE = ':MediaWiki:Proofreadpage_index_template'

diff --git a/scripts/checkimages.py b/scripts/checkimages.py
index f0991bb..351a814 100755
--- a/scripts/checkimages.py
+++ b/scripts/checkimages.py
@@ -1168,7 +1168,7 @@
"""
Check if template is in list.

- The problem is the calls to the Mediawiki system because they can be
+ The problem is the calls to the MediaWiki system because they can be
pretty slow. While searching in a list of objects is really fast, so
first of all let's see if we can find something in the info that we
already have, then make a deeper check.
diff --git a/scripts/welcome.py b/scripts/welcome.py
index a557bdc..4a48426 100755
--- a/scripts/welcome.py
+++ b/scripts/welcome.py
@@ -926,7 +926,7 @@
except ValueError:
# upon request, we could check for software version here
raise ValueError(fill(
- 'Mediawiki has changed, -offset:# is not supported anymore, but '
+ 'MediaWiki has changed, -offset:# is not supported anymore, but '
'-offset:TIMESTAMP is, assuming TIMESTAMP is yyyymmddhhmmss or '
'yyyymmdd. -timeoffset is now also supported. Please read this '
'script source header for documentation.'))

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I1fda8383117524ad2252c2891f73f3c1208c23e0
Gerrit-Change-Number: 993750
Gerrit-PatchSet: 5
Gerrit-Owner: Reedy <reedy@wikimedia.org>
Gerrit-Reviewer: D3r1ck01 <dalangi-ctr@wikimedia.org>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged