From 73c378a36941ecf7204f2c941b3f371dfd8b11fe Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 20 May 2013 16:03:07 +0200 Subject: [PATCH] docs: remove tar file reference --- docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 0b8ee79..9f6ce9a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -31,8 +31,8 @@ Python 3.3 support is being worked on. Example project ---------------- -The repository (or tar file) contains a complete Django project -that may be used for tests or experiments, without any installation needed. +The repository contains a complete Django project that may be used for tests or experiments, +without any installation needed. The management command ``pcmd.py`` in the app ``pexp`` can be used for quick tests or experiments - modify this file (pexp/management/commands/pcmd.py) to your liking.