From bd9d82cb6481ec467b50613702565eab8c19d4ec Mon Sep 17 00:00:00 2001 From: Virusmater Date: Wed, 23 Jun 2021 22:50:20 +0200 Subject: [PATCH] Add newline, otherwise codeblock is invisible --- docs/introduction.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/introduction.rst b/docs/introduction.rst index af3666a..b754b6f 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -47,6 +47,7 @@ in exchange for fetching user's details and display them on web page. .. code-block:: python3 + import os from flask import Flask, redirect, url_for