summaryrefslogtreecommitdiff
path: root/docs/releases/2.2.txt
diff options
context:
space:
mode:
authorAndrew Northall <andrew@northall.me.uk>2021-08-15 20:11:25 +0100
committerCarlton Gibson <carlton@noumenal.es>2021-08-17 12:18:07 +0200
commitc23aa736264d47c51b2f2ff2e3139187204fc9b8 (patch)
treee8e6a7be363d19b6e85e3edace43e8dcbc80f05f /docs/releases/2.2.txt
parent6c3525a09db5177bf4e3856de85bf8b1300402d5 (diff)
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Diffstat (limited to 'docs/releases/2.2.txt')
-rw-r--r--docs/releases/2.2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt
index 315c013771..958e330482 100644
--- a/docs/releases/2.2.txt
+++ b/docs/releases/2.2.txt
@@ -100,7 +100,7 @@ Generic Views
* The new :meth:`View.setup <django.views.generic.base.View.setup>` hook
initializes view attributes before calling
- :meth:`~django.views.generic.base.View.dispatch`. It allows mixins to setup
+ :meth:`~django.views.generic.base.View.dispatch`. It allows mixins to set up
instance attributes for reuse in child classes.
Internationalization