Meno25 has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1081507?usp=email )
Change subject: [doc] Fix typo ...................................................................... [doc] Fix typo * plattforms --> platforms Change-Id: I0e38f7c9e53857b461a74cba46f8394e62816f66 --- M pywikibot/config.py 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Meno25: Verified; Looks good to me, approved diff --git a/pywikibot/config.py b/pywikibot/config.py index e886663..b5c9032 100644 --- a/pywikibot/config.py +++ b/pywikibot/config.py @@ -571,7 +571,7 @@ # editor will be used. If set to False, no editor will be used. In # script tests to be a noop (like /bin/true) so the script continues. # If set to None, the EDITOR environment variable will be used as -# command. If EDITOR is not set, on windows plattforms it tries to +# command. If EDITOR is not set, on Windows platforms it tries to # determine the default text editor from registry. Finally, Tkinter is # used as fallback. editor: bool | str | None = None -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1081507?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: I0e38f7c9e53857b461a74cba46f8394e62816f66 Gerrit-Change-Number: 1081507 Gerrit-PatchSet: 2 Gerrit-Owner: Meno25 <meno25m...@gmail.com> Gerrit-Reviewer: Meno25 <meno25m...@gmail.com> Gerrit-Reviewer: jenkins-bot Gerrit-CC: Xqt <i...@gno.de>
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org