jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix] Fix some typos in docs

Change-Id: I2ae165208e2b0818b0abc881988220f8bd887efd
---
M pywikibot/site.py
M scripts/replace.py
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pywikibot/site.py b/pywikibot/site.py
index ffa45da..6a8299e 100644
--- a/pywikibot/site.py
+++ b/pywikibot/site.py
@@ -8437,7 +8437,7 @@
@type language: str
@param total: Maximum number of pages to retrieve in total, or None in
case of no limit.
- @type limit: int or None
+ @type total: int or None
@return: 'search' list from API output.
@rtype: api.APIGenerator
"""
diff --git a/scripts/replace.py b/scripts/replace.py
index 1c30090..791250d 100755
--- a/scripts/replace.py
+++ b/scripts/replace.py
@@ -532,7 +532,7 @@
@param allowoverlap: when matches overlap, all of them are replaced.
@type allowoverlap: bool
@param recursive: Recurse replacement as long as possible.
- @type recursice: bool
+ @type recursive: bool
@warning: Be careful, this might lead to an infinite loop.
@param addedCat: category to be added to every page touched
@type addedCat: pywikibot.Category or str or None

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ae165208e2b0818b0abc881988220f8bd887efd
Gerrit-Change-Number: 571103
Gerrit-PatchSet: 8
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)
Gerrit-CC: Mpaa <mpaa.wiki@gmail.com>