Skip to content

Commit

Permalink
[1.0.X]: Fixed #10018 -- Fixed typo in BaseCommand docstring, patch…
Browse files Browse the repository at this point in the history
… from dswistowski.

Backport of r10267 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
gdub committed Mar 31, 2009
1 parent 24a359f commit a352bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/management/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class BaseCommand(object):
output and, if the command is intended to produce a block of
SQL statements, will be wrapped in ``BEGIN`` and ``COMMIT``.
4. If ``handle()`` raised a ``ComandError``, ``execute()`` will
4. If ``handle()`` raised a ``CommandError``, ``execute()`` will
instead print an error message to ``stderr``.
Thus, the ``handle()`` method is typically the starting point for
Expand Down

0 comments on commit a352bf2

Please sign in to comment.