diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 7879d1707..ef0184e7e 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -254,7 +254,7 @@ your project. test: py.test tests - .PHONY init test + .PHONY: init test Other generic management scripts (e.g. ``manage.py`` or ``fabfile.py``) belong at the root of the repository as well.