8000 Reference comment copy edits · ToucanToco/botbuilder-python@dcfe8db · GitHub
[go: up one dir, main page]

Skip to content

Commit dcfe8db

Browse files
author
Emily Olshefski
committed
Reference comment copy edits
1 parent 3b943da commit dcfe8db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

libraries/botbuilder-integration-aiohttp/botbuilder/integration/aiohttp/bot_framework_http_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
class BotFrameworkHttpClient(BotFrameworkClient):
2929

3030
"""
31-
A skill host adapter implements API to forward activity to a skill and
32-
implements routing ChannelAPI calls from the Skill up through the bot/adapter.
31+
A skill host adapter that implements the API to forward activity to a skill and
32+
implements routing ChannelAPI calls from the skill up through the bot/adapter.
3333
"""
3434

3535
INVOKE_ACTIVITY_NAME = "SkillEvents.ChannelApiInvoke"

libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp/aiohttp_telemetry_middleware.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77

88
def retrieve_aiohttp_body():
9-
""" retrieve_flask_body
9+
"""
1010
Retrieve the POST body text from temporary cache.
11+
1112
The POST body corresponds with the thread id and should resides in
1213
cache just for lifetime of request.
1314
"""

0 commit comments

Comments
 (0)
0