Revision a41d7a1d kamaki/cli/errors.py

b/kamaki/cli/errors.py
41 41
    def __init__(self, message, details=[], importance=0):
42 42
        """
43 43
        @message is the main message of the Error
44
        @detauls is a list of previous errors
44
        @defaults is a list of previous errors
45 45
        @importance of the output for the user
46 46
            Suggested values: 0, 1, 2, 3
47 47
        """

Also available in: Unified diff