trivial: correct comment

Change-Id: Ia387ec1659f53babed8fc2fab9c3495d8f799f73
This commit is contained in:
Brian Rosmaita 2021-05-21 11:06:16 -04:00
parent de5a9b3525
commit 7d0ba03536
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class BrickException(Exception):
"""Base Brick Exception
To correctly use this class, inherit from it and define
a 'msg_fmt' property. That msg_fmt will get printf'd
a 'message' property. That message will get printf'd
with the keyword arguments provided to the constructor.
"""
message = _("An unknown exception occurred.")