Fix spelling in a doc string
Change-Id: I7f09cfd7892fce64c99484a36b22ec6a6bada6b1
This commit is contained in:
parent
0678d6c68c
commit
14fd9e86e8
@ -51,7 +51,7 @@ def heat_decrypt(auth_info):
|
|||||||
Note: the encrypt function returns the function that is needed to
|
Note: the encrypt function returns the function that is needed to
|
||||||
decrypt the data. The database then stores this. When the data is
|
decrypt the data. The database then stores this. When the data is
|
||||||
then retrieved (potentially by a later version of Heat) the decrypt
|
then retrieved (potentially by a later version of Heat) the decrypt
|
||||||
function must still exist. So whilst it my seem that this function
|
function must still exist. So whilst it may seem that this function
|
||||||
is not referenced, it will be referenced from the database.
|
is not referenced, it will be referenced from the database.
|
||||||
"""
|
"""
|
||||||
if auth_info is None:
|
if auth_info is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user