Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
namaggarwal committed Aug 24, 2020
1 parent 787358b commit 6fa9712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ sObj.setAccessToken(session['access_token'])
expense_id = 982430660
content = "Test for create comment"

content, errors = sObj.createComment(expense_id,content)
comment, errors = sObj.createComment(expense_id,content)

print("content:", content.getContent())
print("content:", comment.getContent())
print("errors:", errors)
```

Expand Down

0 comments on commit 6fa9712

Please sign in to comment.