From 62d1d8597b6f41241c947578996f0e2675441782 Mon Sep 17 00:00:00 2001 From: arfy slowy Date: Sun, 25 Jul 2021 21:33:22 +0700 Subject: [PATCH] docs: fix typos (#347) --- dialogflow/conversation_profile_management_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogflow/conversation_profile_management_test.py b/dialogflow/conversation_profile_management_test.py index 0347a8b34df3..4ecb6bbb713b 100644 --- a/dialogflow/conversation_profile_management_test.py +++ b/dialogflow/conversation_profile_management_test.py @@ -59,7 +59,7 @@ def test_create_conversation_profile(capsys): conversation_profile_management.delete_conversation_profile( PROJECT_ID, conversation_profile_id) - # Verify the converstion profile is deleted. + # Verify the conversation profile is deleted. conversation_profile_management.list_conversation_profiles(PROJECT_ID) out, _ = capsys.readouterr()