Skip to content

Commit bc0a218

Browse files
committed
Based on review comments
1 parent df301a1 commit bc0a218

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Copy your credentials from the **Service details** page. To find the the Service
5959

6060
Tested on: Python from 2.7, 3.4, 3.5, and 3.6.
6161

62-
## Changes for v4.0
63-
Version 4.0 focuses on the move to programmatically-generated code for many of the services. See the [changelog](https://github.com/watson-developer-cloud/python-sdk/wiki/Changelog) for the details.
62+
## Changes for v1.0
63+
Version 1.0 focuses on the move to programmatically-generated code for many of the services. See the [changelog](https://github.com/watson-developer-cloud/python-sdk/wiki/Changelog) for the details.
6464

6565
## Migration
6666
This version includes many breaking changes as a result of standardizing behavior across the new generated services. Full details on migration from previous versions can be found [here](https://github.com/watson-developer-cloud/python-sdk/wiki/Migration).

examples/conversation_tone_analyzer_integration/tone_conversation_integration.v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
def invokeToneConversation(payload, maintainToneHistoryInContext):
4646
"""
47-
invokeToneConversation calls the the Tone Analyzer service to get the
47+
invokeToneConversation calls the Tone Analyzer service to get the
4848
tone information for the user's input text (input['text'] in the payload
4949
json object), adds/updates the user's tone in the payload's context,
5050
and sends the payload to the

0 commit comments

Comments
 (0)