jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1285520?usp=email )
Change subject: doc: Fix spelling mistake in ROADMAP.rst and fix docstring in add_text.py ...................................................................... doc: Fix spelling mistake in ROADMAP.rst and fix docstring in add_text.py Change-Id: I4f3b65e7c1705247f3dae59523d01162369b1bbc --- M ROADMAP.rst M scripts/add_text.py 2 files changed, 3 insertions(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 8f3eb56..39c05cd 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -54,8 +54,8 @@ <pywikibot.site._apisite.APISite.namespace>` was renamed to ``all_ns`` * 9.0.0: ``filter`` parameter of :func:`date.dh` was renamed to ``filter_func`` * 9.0.0: ``dict`` parameter of :class:`data.api.OptionSet` was renamed to ``data`` -* 9.0.0: :func:`pywikibot.version.get_toolforge_hostname` is deprecated with no replacement -* 9.0.0: ``allrevisions`` parameter of :class:`xmlreader.XmpDump` is deprecated, use ``revisions`` instead +* 9.0.0: :func:`version.get_toolforge_hostname` is deprecated with no replacement +* 9.0.0: ``allrevisions`` parameter of :class:`xmlreader.XmlDump` is deprecated, use ``revisions`` instead (:phab:`T340804`) * 9.0.0: ``iteritems`` method of :class:`data.api.Request` will be removed in favour of ``items`` * 9.0.0: ``SequenceOutputter.output()`` is deprecated in favour of the diff --git a/scripts/add_text.py b/scripts/add_text.py index 2f0bce1..d92baad 100755 --- a/scripts/add_text.py +++ b/scripts/add_text.py @@ -11,7 +11,7 @@ Use the following command line parameters to specify what to add: --text [str] Text to append. "\n" are interpreted as newlines. +-text [str] Text to append. ``\\n`` are interpreted as newlines. -textfile [str] Path to a file with text to append -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1285520?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: I4f3b65e7c1705247f3dae59523d01162369b1bbc Gerrit-Change-Number: 1285520 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
