Correct mis-spell in comments

In tests/v3/utils.py, parameterize()

Fixes bug #1206895

Change-Id: I36e3d49209eb6896cb0e053bba9e4c966efea5db
This commit is contained in:
Zhang Xin
2013-07-31 20:24:58 +08:00
parent 42adaab06f
commit 262c17922a

View File

@@ -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}
"""