Make minimal punctuation changes for the flask tutorial

This commit is contained in:
Roman Mogylatov 2020-07-29 17:52:06 -04:00
parent eb42221e6c
commit fa7e04775a

View File

@ -627,11 +627,11 @@ Github API client setup is done.
Search service
--------------
Now it's time to add ``SearchService``. It will:
Now it's time to add the ``SearchService``. It will:
- Perform the search.
- Fetch commit extra data for each result.
- Format result data
- Format result data.
``SearchService`` will use ``Github`` API client.