Fix a small typo in api.py

Change 'choosen' to 'chosen'

Change-Id: I07d420c2c2cddbb5d5eeb9a25f172f775d598fec
This commit is contained in:
Kai Zhang 2014-02-20 16:12:21 -08:00
parent 2548ff77d0
commit 4b9102deed
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class wrap_db_retry(object):
class DBAPI(object):
def __init__(self, backend_name, backend_mapping=None, lazy=False,
**kwargs):
"""Initialize the choosen DB API backend.
"""Initialize the chosen DB API backend.
:param backend_name: name of the backend to load
:type backend_name: str