Skip to content

Commit 086cc5f

Browse files
committed
Updated docs
1 parent 9b764fa commit 086cc5f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

pythonapi/docs/add-and-retrieve-todo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Add and retrieve todo
22

3-
In this story we call the API to buy bread
3+
In this story we call the Python API to add
4+
"buy bread" to the to do list and then
45
and then see that bread is on the list.
56

67

pythonapi/docs/correct-my-spelling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Correct my spelling
22

3-
In this story we call the API and send it misspellings.
3+
In this story we call the Python API and send it misspellings.
44

55
The API uses TextBlob (https://textblob.readthedocs.io/en/dev/)
6-
to detect misspellings and replies to the API with a suggestion
7-
instead of adding it to the to do list.
6+
to detect misspellings and raises an exception with a correction.
87

98

109

pythonapi/story/add-todo.story

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Add and retrieve todo:
22
about: |
3-
In this story we call the API to buy bread
3+
In this story we call the Python API to add
4+
"buy bread" to the to do list and then
45
and then see that bread is on the list.
56
steps:
67
- run:

pythonapi/story/correct-my-spelling.story

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Correct my spelling:
22
about: |
3-
In this story we call the API and send it misspellings.
3+
In this story we call the Python API and send it misspellings.
44

55
The API uses TextBlob (https://textblob.readthedocs.io/en/dev/)
66
to detect misspellings and raises an exception with a correction.

0 commit comments

Comments
 (0)