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

Skip to content

Commit b266ab8

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

6666
async def begin_dialog(self, dialog_id: str, options: object = None):
67-
"""
68-
< 5396 span class="x x-first x-last">Pushes a new dialog onto the dialog stack.
67+
"""Pushes a new dialog onto the dialog stack.
68+
6969
:param dialog_id: ID of the dialog to start
7070
:param options: (Optional) additional argument(s) to pass to the dialog being started.
7171
"""

0 commit comments

Comments
 (0)
0