Mpaa has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/192693

Change subject: template.py: fix docstring
......................................................................

template.py: fix docstring

Fix paramter name in docstring:
    replacements -> templates

Change-Id: Ib4cd879a58cdba24107536e1096ef220b6f17fd0
---
M scripts/template.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/93/192693/1

diff --git a/scripts/template.py b/scripts/template.py
index b1054e4..ffa08ee 100755
--- a/scripts/template.py
+++ b/scripts/template.py
@@ -201,7 +201,7 @@
 
         @param generator: the pages to work on
         @type  generator: iterable
-        @param replacements: a dictionary which maps old template names to
+        @param templates: a dictionary which maps old template names to
             their replacements. If remove or subst is True, it maps the
             names of the templates that should be removed/resolved to None.
         @type  replacements: dict

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4cd879a58cdba24107536e1096ef220b6f17fd0
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Mpaa <mpaa.w...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to