Skip to content

Commit

Permalink
readme edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Olegt0rr committed Jul 2, 2019
1 parent 1466470 commit 6bc93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def foo():
issue = await tracker.get_issue('KEY-1')

# update issue
issue = await tracker.edit_issue('KEY-1', payload={'description': 'new text description'})
issue = await tracker.edit_issue('KEY-1', payload={'description': 'Hello World'})
```
```python
# don't forget to close tracker on app shutdown
Expand Down

0 comments on commit 6bc93fa

Please sign in to comment.