jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/429193 )
Change subject: config2.py: Fix typo in makepath's docstring ......................................................................
config2.py: Fix typo in makepath's docstring
Change-Id: I7e137ae5a7c6bd5799ef198e4eb087bcc4def8c4 --- M pywikibot/config2.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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
pywikibot-commits@lists.wikimedia.org