From 33ab65dd1e004ebc8fb4d85d8c2ded2187b7c961 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 31 Aug 2007 04:30:20 +0000 Subject: [PATCH] Made negligible capitalization fix to docs/db-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/db-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db-api.txt b/docs/db-api.txt index 3198f335c4..2a90b2d171 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -160,7 +160,7 @@ When you save an object, Django performs the following steps: is used to provide notification that an object has been successfully saved. (These signals are not yet documented.) -Raw Saves +Raw saves ~~~~~~~~~ **New in Django development version**