Skip to content

Commit

Permalink
Better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 5, 2018
1 parent 67ddd88 commit 305d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/exceptions.py
Expand Up @@ -195,7 +195,7 @@ class ValidationInternalError(BaseInternalError):

name = None
""" The name of the attribute that failed
the validation """
the validation, for latter reference """

def __init__(self, name, message):
BaseInternalError.__init__(self, message)
Expand Down

0 comments on commit 305d1a4

Please sign in to comment.