diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/request-response.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index b4bcc22122..de67c95653 100644 --- a/docs/ref/request-response.txt +++ b/docs/ref/request-response.txt @@ -51,7 +51,7 @@ All attributes should be considered read-only, unless stated otherwise. .. attribute:: HttpRequest.path A string representing the full path to the requested page, not including - the scheme or domain. + the scheme, domain, or query string. Example: ``"/music/bands/the_beatles/"`` |
