Index: docs/topics/logging.txt
===================================================================
--- docs/topics/logging.txt	(revision 13987)
+++ docs/topics/logging.txt	(working copy)
@@ -282,7 +282,7 @@
                 'propagate': False,
             },
             'myproject.custom': {
-                'handlers: ['console', 'mail_admins'],
+                'handlers': ['console', 'mail_admins'],
                 'level': 'INFO',
                 'filters': ['special']
             }
