Skip to content

Commit 72fa3be

Browse files
1 parent df350e4 commit 72fa3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/botbuilder-core/botbuilder/core/teams/teams_activity_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async def on_teams_o365_connector_card_action( # pylint: disable=unused-argumen
314314
self, turn_context: TurnContext, query: O365ConnectorCardActionQuery
315315
):
316316
"""
317-
Invoked when a O365 Connector Card Action activity is received from the connector.
317+
Invoked when an O365 Connector Card Action activity is received from the connector.
318318
319319
:param turn_context: A context object for this turn.
320320
:param query: The O365 connector card HttpPOST invoke query.

0 commit comments

Comments
 (0)