Skip to content

Commit

Permalink
Fix method name in README (#137)
Browse files Browse the repository at this point in the history
Rename end_conversation -> close_conversation
  • Loading branch information
laspir authored Dec 23, 2023
1 parent 7c67fa2 commit ceae28f
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 @@ -118,7 +118,7 @@ await sydney.start_conversation()

# Conversation

await sydney.end_conversation()
await sydney.close_conversation()
```

Alternatively, you can use the `async with` statement to keep the code compact:
Expand Down

0 comments on commit ceae28f

Please sign in to comment.