8000 Revert "Update dialog_context.py" · il-null-yuyi/botbuilder-python@5e58c25 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e58c25

Browse files
author
Emily Olshefski
committed
Revert "Update dialog_context.py"
This reverts commit b266ab8.
1 parent b266ab8 commit 5e58c25

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-
"""Pushes a new dialog onto the dialog stack.
68-
67+
"""
68+
Pushes a new dialog onto the dialog stack.
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