From 262c17922ac297d7c19324337b4d78de9f4fbcd5 Mon Sep 17 00:00:00 2001 From: Zhang Xin Date: Wed, 31 Jul 2013 20:24:58 +0800 Subject: [PATCH] Correct mis-spell in comments In tests/v3/utils.py, parameterize() Fixes bug #1206895 Change-Id: I36e3d49209eb6896cb0e053bba9e4c966efea5db --- tests/v3/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/v3/utils.py b/tests/v3/utils.py index c74f63258..76a83f1f4 100644 --- a/tests/v3/utils.py +++ b/tests/v3/utils.py @@ -15,7 +15,7 @@ from keystoneclient.v3 import client def parameterize(ref): """Rewrites attributes to match the kwarg naming convention in client. - >>> paramterize({'project_id': 0}) + >>> parameterize({'project_id': 0}) {'project': 0} """