Pārlūkot izejas kodu

Fixed documention typo

jibreel 11 gadi atpakaļ
vecāks
revīzija
1b5bd470f0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      docs/howto/deployment/wsgi/gunicorn.txt

+ 1 - 1
docs/howto/deployment/wsgi/gunicorn.txt

@@ -28,7 +28,7 @@ Running Django in Gunicorn as a generic WSGI application
 
 
 When Gunicorn is installed, a ``gunicorn`` command is available which starts
 When Gunicorn is installed, a ``gunicorn`` command is available which starts
 the Gunicorn server process. At its simplest, gunicorn just needs to be called
 the Gunicorn server process. At its simplest, gunicorn just needs to be called
-with a the location of a WSGI application object.::
+with the location of a WSGI application object.::
 
 
     gunicorn [OPTIONS] APP_MODULE
     gunicorn [OPTIONS] APP_MODULE