Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1306125?usp=email )
Change subject: config: fix spelling mistake in config.py
......................................................................
config: fix spelling mistake in config.py
Change-Id: I5d1814a2ef0030391aa592fe8244cc66be1ac57b
---
M pywikibot/config.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/config.py b/pywikibot/config.py
index b64ab08..47679c9 100644
--- a/pywikibot/config.py
+++ b/pywikibot/config.py
@@ -867,7 +867,7 @@
pickle_protocol = 5
# 7-zip executable setting
-# The default for 7-zip executable is '7za' but my also be '7Z'. If The
+# The default for 7-zip executable is '7za' but may also be '7Z'. If the
# executable is not included in the local PATH environment variable the
# relative or absolute path can also be given with this cmd line setting
# like:
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1306125?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: I5d1814a2ef0030391aa592fe8244cc66be1ac57b
Gerrit-Change-Number: 1306125
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot
Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1306124?usp=email )
Change subject: doc: remove experimental feature warning for cosmetic_changes setting
......................................................................
doc: remove experimental feature warning for cosmetic_changes setting
The cosmetic_changes feature was introduced 20 years ago.
It is stable enough and no longer considered experimental.
Change-Id: I691cd83228418541b1c315210f4bab2128397768
---
M pywikibot/config.py
1 file changed, 0 insertions(+), 3 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/pywikibot/config.py b/pywikibot/config.py
index c44375e..b64ab08 100644
--- a/pywikibot/config.py
+++ b/pywikibot/config.py
@@ -789,9 +789,6 @@
# ############# COSMETIC CHANGES SETTINGS ##############
# The bot can make some additional changes to each page it edits, e.g. fix
# whitespace or positioning of category links.
-
-# This is an experimental feature; handle with care and consider re-checking
-# each bot edit if enabling this!
cosmetic_changes = False
# If cosmetic changes are switched on, and you also have several accounts at
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1306124?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: I691cd83228418541b1c315210f4bab2128397768
Gerrit-Change-Number: 1306124
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info(a)gno.de>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot