diff --git a/docs/authentication.txt b/docs/authentication.txt index e7adbfb6bf9..31a894512ad 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -699,7 +699,7 @@ timestamps. Messages are used by the Django admin after successful actions. For example, ``"The poll Foo was created successfully."`` is a message. -The API is simple:: +The API is simple: * To create a new message, use ``user_obj.message_set.create(message='message_text')``.