correct the wrong word in docstring

Change-Id: I3d2836dabddcd76911b48a88a74f9e6e5b4aa1e0
This commit is contained in:
kuangcx 2020-12-29 22:15:50 -08:00
parent 0b8d370c03
commit 618f733021

View File

@ -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, ...}...]