diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 2b68f65..fd989e1 100644
|
a
|
b
|
reduction.
|
| 785 | 785 | .. _pyinotify: https://pypi.python.org/pypi/pyinotify/ |
| 786 | 786 | |
| 787 | 787 | When you start the server, and each time you change Python code while the |
| 788 | | server is running, the server will check your entire Django project for errors (see |
| 789 | | the :djadmin:`check` command). If any errors are found, they will be printed |
| 790 | | to standard output, but it won't stop the server. |
| | 788 | server is running, the system check framework will check your entire Django |
| | 789 | project for some common errors (see the :djadmin:`check` command). If any |
| | 790 | errors are found, they will be printed to standard output. |
| 791 | 791 | |
| 792 | 792 | You can run as many servers as you want, as long as they're on separate ports. |
| 793 | 793 | Just execute ``django-admin runserver`` more than once. |