jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Markup and references fixes

Change-Id: I84cff595df13bc5e56a9f50174a3ddae327fb9dd
---
M pywikibot/site/_apisite.py
M pywikibot/site/_generators.py
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pywikibot/site/_apisite.py b/pywikibot/site/_apisite.py
index 5ca39e4..9a2037c 100644
--- a/pywikibot/site/_apisite.py
+++ b/pywikibot/site/_apisite.py
@@ -2013,6 +2013,7 @@
* unwatch --- remove the page from the watchlist
* preferences --- use the preference settings (default)
* nochange --- don't change the watchlist
+
If None (default), follow bot account's default settings
:param bot: if True, mark edit with bot flag

@@ -2028,7 +2029,7 @@
:raises AbuseFilterDisallowedError: This action has been
automatically identified as harmful, and therefore disallowed
:raises CaptchaError: :ref:`config.solve_captcha
- <pywikibot.config#account-settings>` is False and saving the
+ <Account Settings>` is False and saving the
page requires solving a captcha
:raises CascadeLockedPageError: The page is protected with
protection cascade
diff --git a/pywikibot/site/_generators.py b/pywikibot/site/_generators.py
index 4544e8c..8b1221d 100644
--- a/pywikibot/site/_generators.py
+++ b/pywikibot/site/_generators.py
@@ -2310,7 +2310,8 @@
'query+protectedtitles' module.

.. versionchanged:: 9.0
- *type* parameter was renamed to *protect_type*.
+ *type* parameter was renamed to *protect_type*.
+
.. seealso:: :api:`Protectedtitles`

:param namespace: The searched namespace.

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

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I84cff595df13bc5e56a9f50174a3ddae327fb9dd
Gerrit-Change-Number: 1044742
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot