summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index a414d1428c..bd758bfcc4 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -22,7 +22,7 @@ DEBUG = False
DEBUG_PROPAGATE_EXCEPTIONS = False
# People who get code error notifications. In the format
-# [('Full Name', 'email@example.com'), ('Full Name', 'anotheremail@example.com')]
+# ["email@example.com", '"Full Name" <anotheremail@example.com>']
ADMINS = []
# List of IP addresses, as strings, that: