Skip to content

Commit 54b80c0

Browse files
committed
Correct a typo.
1 parent 9232ea0 commit 54b80c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokuwiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, url, user, password, **kwargs):
8686
url = '%s://%s:%s@%s%s/lib/exe/xmlrpc.php' % (
8787
params['proto'], user, password, params['host'], params['uri'] or '')
8888
except AttributeError:
89-
raise DokuwikiError("invalid url '%s'" % url)
89+
raise DokuWikiError("invalid url '%s'" % url)
9090
self.proxy = ServerProxy(url, **kwargs)
9191

9292
# Force login to check the connection.

0 commit comments

Comments
 (0)