Skip to content

Commit 91df42f

Browse files
authored
Fix .PHONY target rule
.PHONY should be followed by a colon
1 parent 972405b commit 91df42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ your project.
254254
test:
255255
py.test tests
256256

257-
.PHONY init test
257+
.PHONY: init test
258258

259259
Other generic management scripts (e.g. ``manage.py``
260260
or ``fabfile.py``) belong at the root of the repository as well.

0 commit comments

Comments
 (0)