8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8957580 commit d5a7901Copy full SHA for d5a7901
libraries/botbuilder-dialogs/botbuilder/dialogs/dialog_context.py
@@ -66,7 +66,7 @@ def active_dialog(self):
66
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..
+ :param dialog_id: ID of the dialog to start
70
:param options: (Optional) additional argument(s) to pass to the dialog being started.
71
72
if not dialog_id:
0 commit comments