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

Skip to content

Commit 821e7f5

Browse files
author
Emily Olshefski
committed
Update dialog_context.py
1 parent 0908138 commit 821e7f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def active_dialog(self):
6464
return None
6565

6666
async def begin_dialog(self, dialog_id: str, options: object = None):
67-
"""
68-
Pushes a new dialog onto the dialog stack.
69-
:param dialog_id: ID of the dialog to start..
67+
"""Pushes a new dialog onto the dialog stack.
68+
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