From: Damien Lespiau Date: Sun, 4 Oct 2015 13:34:57 +0000 (+0100) Subject: docs: Remove duplicated 'the' X-Git-Tag: v1.1.0~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9d0e8b7f1b18fa14139c1d3e61e6cb764b9ec5;p=thirdparty%2Fpatchwork.git docs: Remove duplicated 'the' Signed-off-by: Damien Lespiau Reviewed-by: Stephen Finucane --- diff --git a/docs/development.md b/docs/development.md index a4eb3213..6ab694c4 100644 --- a/docs/development.md +++ b/docs/development.md @@ -53,7 +53,7 @@ used to test patchwork against several versions of Django. 1.8 (django-1.8)$ ./manage.py runserver -Once finished, you can kill the server (`Ctrl` + `C`) and exit the the virtual +Once finished, you can kill the server (`Ctrl` + `C`) and exit the virtual environment: (django-1.8)$ deactivate