From 0192e9a976ea7018220ec607de63a641323404b1 Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Tue, 18 Sep 2018 15:46:15 -0400
Subject: [PATCH] Fixed typo in docs/releases/2.1.txt.

---
 docs/releases/2.1.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt
index 59148ac9d2..5639c92e20 100644
--- a/docs/releases/2.1.txt
+++ b/docs/releases/2.1.txt
@@ -326,9 +326,9 @@ New default view permission could allow unwanted access to admin views
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 If you have a custom permission with a codename of the form
-``can_view_<modelname>``, the new view permission handling in the admin will
-allow view access to the changelist and detail pages for those models. If this
-is unwanted, you must change your custom permission codename.
+``view_<modelname>``, the new view permission handling in the admin will allow
+view access to the changelist and detail pages for those models. If this is
+unwanted, you must change your custom permission codename.
 
 Miscellaneous
 -------------