From 67034d7308d249ce88d621b9ef23c8f8bccb75b3 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Thu, 8 Sep 2016 20:43:27 -0400 Subject: [PATCH] Update Django settings documentation. --- docs/django/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/django/settings.rst b/docs/django/settings.rst index ed018f37b..c4784d420 100644 --- a/docs/django/settings.rst +++ b/docs/django/settings.rst @@ -7,5 +7,5 @@ You can edit the ChatterBot configuration through your Django settings.py file. .. code-block:: python CHATTERBOT = { - 'NAME': 'Tech Support Bot' + 'name': 'Tech Support Bot' }