From 9992decbf11d33c83b9ffe58e477ccb99ad51559 Mon Sep 17 00:00:00 2001
From: Nik Nyby <nnyby@columbia.edu>
Date: Mon, 28 Nov 2016 16:41:37 -0500
Subject: [PATCH] Quoted group name in django/contrib/auth/models.py docstring.

---
 django/contrib/auth/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django/contrib/auth/models.py b/django/contrib/auth/models.py
index 8bcf3c867f..6055526941 100644
--- a/django/contrib/auth/models.py
+++ b/django/contrib/auth/models.py
@@ -107,7 +107,7 @@ class Group(models.Model):
     groups.
 
     A user in a group automatically has all the permissions granted to that
-    group. For example, if the group Site editors has the permission
+    group. For example, if the group 'Site editors' has the permission
     can_edit_home_page, any user in that group will have that permission.
 
     Beyond permissions, groups are a convenient way to categorize users to