summaryrefslogtreecommitdiff
path: root/django/dispatch/errors.py
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 20:48:17 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2006-07-21 20:48:17 +0000
commit1687b025dc2a03e9ef111b8fd3db63fce48b77b7 (patch)
treefd2ad4dcabc6adc57d5290e6a66be16661558ea9 /django/dispatch/errors.py
parenta926046ba633ac38d3306b6bc10677a670929786 (diff)
Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/dispatch/errors.py')
-rw-r--r--django/dispatch/errors.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/django/dispatch/errors.py b/django/dispatch/errors.py
index a2eb32ed75..a4c924dbe9 100644
--- a/django/dispatch/errors.py
+++ b/django/dispatch/errors.py
@@ -2,9 +2,9 @@
"""
class DispatcherError(Exception):
- """Base class for all Dispatcher errors"""
+ """Base class for all Dispatcher errors"""
class DispatcherKeyError(KeyError, DispatcherError):
- """Error raised when unknown (sender,signal) set specified"""
+ """Error raised when unknown (sender,signal) set specified"""
class DispatcherTypeError(TypeError, DispatcherError):
- """Error raised when inappropriate signal-type specified (None)"""
+ """Error raised when inappropriate signal-type specified (None)"""