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
pywikibot-commits@lists.wikimedia.org