Fix the typo in `token/providers/fernet/core.py`

Change-Id: Icaf6356f5df79a8fb8ae9bc6f91bcc062dda6272
This commit is contained in:
Dave Chen 2015-04-06 20:25:21 +08:00
parent 3550b473a7
commit 1694e726eb
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class Provider(common.BaseProvider):
:param metadata_ref: metadata reference
:param include_catalog: return the catalog in the response if True,
otherwise don't return the catalog
:param parent_audit_id: ID of the patent audit entity
:param parent_audit_id: ID of the parent audit entity
:returns: tuple containing the id of the token and the token data
"""