Skip to content

Commit 7f5cd78

Browse files
authored
Update connection.py
1 parent c82b9f8 commit 7f5cd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyArango/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __getattr__(self, k) :
4747
return holdClass(self, reqFct)
4848

4949
class Connection(object) :
50-
"""This is the entry point in pyArango and direcltt handles databases."""
50+
"""This is the entry point in pyArango and direclty handles databases."""
5151
def __init__(self, arangoURL = 'http://localhost:8529', username=None, password=None) :
5252
self.databases = {}
5353
if arangoURL[-1] == "/" :

0 commit comments

Comments
 (0)