From fb260ad777deeb61596a03a37f917d4b78ca73ae Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Wed, 18 Dec 2019 11:36:27 +0100 Subject: [3.0.x] Corrected some typos in documentation. Backport of 70d95682b1be6a85abdeaea0205a897f7530f8bc from master --- docs/topics/class-based-views/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/class-based-views') diff --git a/docs/topics/class-based-views/index.txt b/docs/topics/class-based-views/index.txt index 364746a093..3ec00f7361 100644 --- a/docs/topics/class-based-views/index.txt +++ b/docs/topics/class-based-views/index.txt @@ -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. -- cgit v1.3