8000 Update dialog_context.py · Santhosh0505/botbuilder-python@d5a7901 · GitHub
[go: up one dir, main page]

Skip to content

Commit d5a7901

Browse files
author
Emily Olshefski
committed
Update dialog_context.py
1 parent 8957580 commit d5a7901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def active_dialog(self):
6666
async def begin_dialog(self, dialog_id: str, options: object = None):
6767
"""
6868
Pushes a new dialog onto the dialog stack.
69-
:param dialog_id: ID of the dialog to start..
69+
:param dialog_id: ID of the dialog to start
7070
:param options: (Optional) additional argument(s) to pass to the dialog being started.
7171
"""
7272
if not dialog_id:

0 commit comments

Comments
 (0)
0