Skip to content

Commit

Permalink
fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Silva committed Nov 6, 2014
1 parent bd115a5 commit 422a5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ from .cat import Cat
from .dog import Dog
```

There's no need to have an ``__init__.py`` file next to the app file (``__init__.py``) to import the ``models``
There's no need to have an ``__init__.py`` file next to the app file (``hello.py``) to import the ``models``
package, since that package is already imported automatically by Appier.

For more details about models, check out the [Models](doc/models.md) documentation.
Expand Down

0 comments on commit 422a5dc

Please sign in to comment.