From 618f7330212df563a14c1cdbcca85650a01777da Mon Sep 17 00:00:00 2001 From: kuangcx Date: Tue, 29 Dec 2020 22:15:50 -0800 Subject: [PATCH] correct the wrong word in docstring Change-Id: I3d2836dabddcd76911b48a88a74f9e6e5b4aa1e0 --- venus/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/venus/utils.py b/venus/utils.py index f0e4f5c..60a9e9c 100644 --- a/venus/utils.py +++ b/venus/utils.py @@ -201,7 +201,7 @@ def list_of_dicts_to_dict(seq, key): indexed by :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, ...}...]