Skip to content

Commit

Permalink
Update Django settings documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthercox committed Sep 9, 2016
1 parent adc1ed8 commit 67034d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 67034d7

Please sign in to comment.