jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
config2.py: Fix typo in makepath's docstring

Change-Id: I7e137ae5a7c6bd5799ef198e4eb087bcc4def8c4
---
M pywikibot/config2.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pywikibot/config2.py b/pywikibot/config2.py
index f68afb7..1ec7e93 100644
--- a/pywikibot/config2.py
+++ b/pywikibot/config2.py
@@ -904,7 +904,7 @@
def makepath(path, create=True):
"""Return a normalized absolute version of the path argument.

- If the given path already exists in the filesystem ore create is False
+ If the given path already exists in the filesystem or create is False
the filesystem is not modified.
Otherwise if create is True makepath creates directories along the given
path using the dirname() of the path. You may append a '/' to the path if

To view, visit change 429193. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I7e137ae5a7c6bd5799ef198e4eb087bcc4def8c4
Gerrit-Change-Number: 429193
Gerrit-PatchSet: 1
Gerrit-Owner: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>