Merge "trivial: correct comment"

This commit is contained in:
Zuul 2021-05-26 14:11:19 +00:00 committed by Gerrit Code Review
commit 69528f329c
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.")