From c010f4cfca371c41b36c130ac212f9e3cd233ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?raph=20=28=E2=96=B0=CB=98=E2=97=A1=CB=98=E2=96=B0=29?= Date: Fri, 1 Dec 2017 19:06:08 +0000 Subject: [PATCH] Update packaging.rst --- docs/tutorial/packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/packaging.rst b/docs/tutorial/packaging.rst index 5db921aa..43607ac5 100644 --- a/docs/tutorial/packaging.rst +++ b/docs/tutorial/packaging.rst @@ -50,7 +50,7 @@ Create the :file:`MANIFEST.in` and add the following lines:: include flaskr/schema.sql Next, to simplify locating the application, create the file, -:file:`flaskr/__init__.py` containing only the following import statement:: +:file:`flaskr/flaskr/__init__.py` containing only the following import statement:: from .flaskr import app