mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[3.0.x] Corrected some typos in documentation.
Backport of 70d95682b1
from master
This commit is contained in:
parent
efd9302b14
commit
fb260ad777
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ Basic examples
|
|||
|
||||
Django provides base view classes which will suit a wide range of applications.
|
||||
All views inherit from the :class:`~django.views.generic.base.View` class, which
|
||||
handles linking the view in to the URLs, HTTP method dispatching and other
|
||||
handles linking the view into the URLs, HTTP method dispatching and other
|
||||
common features. :class:`~django.views.generic.base.RedirectView` provides a
|
||||
HTTP redirect, and :class:`~django.views.generic.base.TemplateView` extends the
|
||||
base class to make it also render a template.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue