We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82b9f8 commit 7f5cd78Copy full SHA for 7f5cd78
pyArango/connection.py
@@ -47,7 +47,7 @@ def __getattr__(self, k) :
47
return holdClass(self, reqFct)
48
49
class Connection(object) :
50
- """This is the entry point in pyArango and direcltt handles databases."""
+ """This is the entry point in pyArango and direclty handles databases."""
51
def __init__(self, arangoURL = 'http://localhost:8529', username=None, password=None) :
52
self.databases = {}
53
if arangoURL[-1] == "/" :
0 commit comments