diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 5efd610331..438c77af2f 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1777,7 +1777,7 @@ Bash completion --------------- If you use the Bash shell, consider installing the Django bash completion -script, which lives in ``extras/django_bash_completion`` in the Django +script, which lives in ``extras/django_bash_completion`` in the Django source distribution. It enables tab-completion of ``django-admin`` and ``manage.py`` commands, so you can, for instance...