fixed indentation error in signal docs

This commit is contained in:
kuno 2011-09-20 21:30:20 +08:00
parent 89c44cd14e
commit 2ca6648227

View File

@ -42,8 +42,8 @@ Example usage::
else:
logging.debug("Updated")
signals.pre_save.connect(Author.pre_save, sender=Author)
signals.post_save.connect(Author.post_save, sender=Author)
signals.pre_save.connect(Author.pre_save, sender=Author)
signals.post_save.connect(Author.post_save, sender=Author)
.. _blinker: http://pypi.python.org/pypi/blinker