correct the wrong word in docstring
Change-Id: I3d2836dabddcd76911b48a88a74f9e6e5b4aa1e0
This commit is contained in:
parent
0b8d370c03
commit
618f733021
@ -201,7 +201,7 @@ def list_of_dicts_to_dict(seq, key):
|
||||
indexed by <key>
|
||||
|
||||
:param seq: list of dicts
|
||||
:parm key: key in dicts to index by
|
||||
:param key: key in dicts to index by
|
||||
|
||||
example:
|
||||
lst = [{'id': 1, ...}, {'id': 2, ...}...]
|
||||
|
Loading…
Reference in New Issue
Block a user