typo
This commit is contained in:
parent
2ce541d211
commit
c14ea8f7e1
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ class Client(object):
|
|||
if description:
|
||||
r = api.editDocument({
|
||||
'id': did,
|
||||
'description': descriptoin
|
||||
'description': description
|
||||
})
|
||||
if item:
|
||||
r = api.addDocument({
|
||||
|
|
Loading…
Reference in a new issue