From f88d58285bd4303e54d6a2c6c821343786c9ac65 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 22 Sep 2006 12:53:51 +0000 Subject: [PATCH] Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3793 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/authentication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')``.