jenkins-bot merged this change.
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.