diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-10-04 14:34:57 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2015-11-12 04:19:25 +0000 |
commit | 6d9d0e8b7f1b18fa14139c1d3e61e6cb764b9ec5 (patch) | |
tree | 6b2cf6f1b3db68e578632de2b55377b6bdf53994 /docs | |
parent | 11b4333c98c5a6660e32a84584e9a3d0751ffe83 (diff) | |
download | patchwork-6d9d0e8b7f1b18fa14139c1d3e61e6cb764b9ec5.tar patchwork-6d9d0e8b7f1b18fa14139c1d3e61e6cb764b9ec5.tar.gz |
docs: Remove duplicated 'the'
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development.md b/docs/development.md index a4eb321..6ab694c 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 |