From 753f02de821372ed7ba7f5d0c3584755df5887ba Mon Sep 17 00:00:00 2001 From: lijunjie Date: Fri, 4 Jan 2019 18:15:00 +0800 Subject: [PATCH] Fix the misspelling of "except" Change-Id: I3c511220d4527b92c4298103651bf33dc268ed5e --- vmware_nsx/nsxlib/mh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx/nsxlib/mh/__init__.py b/vmware_nsx/nsxlib/mh/__init__.py index b9d882fc51..3a48212b00 100644 --- a/vmware_nsx/nsxlib/mh/__init__.py +++ b/vmware_nsx/nsxlib/mh/__init__.py @@ -79,7 +79,7 @@ def format_exception(etype, e, exception_locals): :param etype: a string describing the exception type. :param e: the exception. - :param execption_locals: calling context local variable dict. + :param exception_locals: calling context local variable dict. :returns: a formatted string. """ msg = [_("Error. %(type)s exception: %(exc)s.") %