Browse Source

fix typo

pull/2551/head
Muhamad Ilham Arrouf 7 years ago
parent
commit
49c437fb47
  1. 2
      docs/patterns/packages.rst

2
docs/patterns/packages.rst

@ -42,7 +42,7 @@ You should then end up with something like that::
login.html
...
But how do you run your application now? The naive ``python
But how do you run your application now? The native ``python
yourapplication/__init__.py`` will not work. Let's just say that Python
does not want modules in packages to be the startup file. But that is not
a big problem, just add a new file called :file:`setup.py` next to the inner

Loading…
Cancel
Save