Skip to content

Commit

Permalink
Fixed misleading clause (see #151)
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Mar 30, 2015
1 parent af3f5c7 commit f6099c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Defining a sitetree

Let's suppose you have `books` application and want do define a sitetree for it.

* First create `sitetree.py` in the directory of `books` app.
* First create `sitetrees.py` in the directory of `books` app.

* Then define a sitetree with the help of `tree` and `item` functions from `sitetree.utils` module
and assign it to `sitetrees` module attribute
Expand Down

0 comments on commit f6099c5

Please sign in to comment.