From 9f8af6f6511e415edcfe7b231b36d604af93cbf9 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 29 Jul 2020 21:52:07 -0400 Subject: [PATCH] Fix few issues in 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 c045a23f..a4728cfb 100644 --- a/docs/tutorials/flask.rst +++ b/docs/tutorials/flask.rst @@ -827,8 +827,8 @@ Make some refactoring Our ``index`` view has two hardcoded config values: -- Default search term -- Limit of the results +- Default search query +- Default results limit Let's make some refactoring. We will move these values to the config.