Remove some some duplicate words in copy.

This commit is contained in:
Eitan Adler
2017-01-23 23:11:59 -08:00
committed by Tim Abbott
parent 126b1c4edc
commit 0ce29d7ad6
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ changes take effect. The Handlebars frontend HTML templates
`tools/compile-handlebars-templates` job, which runs as part of
`tools/run-dev.py`.
* If you change Python code used by the the main Django/Tornado server
* If you change Python code used by the main Django/Tornado server
processes, these services are run on top of Django's [manage.py
runserver][django-runserver] which will automatically restart the
Zulip Django and Tornado servers whenever you save changes to Python