diff --git a/openstack_requirements/cmds/edit_constraint.py b/openstack_requirements/cmds/edit_constraint.py index bf02cc512e..68f619bb6e 100644 --- a/openstack_requirements/cmds/edit_constraint.py +++ b/openstack_requirements/cmds/edit_constraint.py @@ -44,7 +44,7 @@ def _validate_options(options, args): :param args: The args for this program. """ if len(args) < 2: - raise Exception("No enough arguments given") + raise Exception("Not enough arguments given") if not os.path.exists(args[0]): raise Exception( "Constraints file %(con)s not found."