Removed period from save_delete_hooks docstring -- it doesn't fit our style

git-svn-id: http://code.djangoproject.com/svn/django/trunk@438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-09 14:33:30 +00:00
parent b108360407
commit d87ca56c63
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""
13. Adding hooks before/after saving and deleting.
13. Adding hooks before/after saving and deleting
Django provides hooks for executing arbitrary code around ``save()`` and
``delete()``. Just add any of the following methods to your model: