diff --git a/docs/tutorial/install.rst b/docs/tutorial/install.rst index db83e106..55fbcb78 100644 --- a/docs/tutorial/install.rst +++ b/docs/tutorial/install.rst @@ -30,7 +30,7 @@ Describe the Project The ``pyproject.toml`` file describes your project and how to build it. .. code-block:: toml - :caption: ``pyproject.toml`` + :caption: ``/home/user/Projects/flask-tutorial/pyproject.toml`` [project] name = "flaskr"