From aa6fbf2f5a6265dd0ecaaca03e646c3c2a8f58d2 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Mon, 24 May 2021 16:33:02 +0800 Subject: [PATCH] Fix typo in docs/tutorial/index.rst --- docs/tutorial/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 103c27a8..d5dc5b3c 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -55,7 +55,7 @@ this structure and take full advantage of Flask's flexibility. .. image:: flaskr_edit.png :align: center :class: screenshot - :alt: screenshot of login page + :alt: screenshot of edit page :gh:`The tutorial project is available as an example in the Flask repository `, if you want to compare your project