Prechádzať zdrojové kódy

Fixed typo in docs/ref/request-response.txt.

Sergey Fursov 6 rokov pred
rodič
commit
20ea68c4fe
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      docs/ref/request-response.txt

+ 1 - 1
docs/ref/request-response.txt

@@ -167,7 +167,7 @@ All attributes should be considered read-only, unless stated otherwise.
     underscores in WSGI environment variables. It matches the behavior of
     Web servers like Nginx and Apache 2.4+.
 
-    :attr:`HttpRequest.headers` is a simpler way to access all HTTP-prefixd
+    :attr:`HttpRequest.headers` is a simpler way to access all HTTP-prefixed
     headers, plus ``CONTENT_LENGTH`` and ``CONTENT_TYPE``.
 
 .. attribute:: HttpRequest.headers