From fa7e04775a1d5ccf3caf78a66ab7514e36c6b65b Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 29 Jul 2020 17:52:06 -0400 Subject: [PATCH] Make minimal punctuation changes for the flask tutorial --- docs/tutorials/flask.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/flask.rst b/docs/tutorials/flask.rst index b508e58d..c045a23f 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -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.