Skip to content

Commit 00bca73

Browse files
author
Emily Olshefski
committed
Update component_dialog.py
1 parent 00c49bd commit 00bca73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/component_dialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ async def on_reprompt_dialog( # pylint: disable=unused-argument
253253
) -> None:
254254
"""
255255
:param turn_context: The :class:`botbuilder.core.TurnContext` for the current turn of the conversation.
256-
:type turn_context: :class:`DialogInstance`
256+
:type turn_context: :class:`botbuilder.core.TurnContext`
257257
:param instance: State information associated with the instance of this component dialog.
258-
:type instance: :class:`DialogInstance`
258+
:type instance: :class:`botbuilder.core.DialogInstance`
259259
"""
260260
return
261261

0 commit comments

Comments
 (0)