We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9287ca commit 361af01Copy full SHA for 361af01
netcompare/utils/data_normalization.py
@@ -6,8 +6,8 @@ def flatten_list(my_list: List) -> List:
6
"""
7
Flatten a multi level nested list and returns a list of lists.
8
9
- This normalization step is requaride since jmspath can returned netsed lists containing the
10
- wanted value - this depends by the json traversed from jsmpath regex.
+ This normalization step is required since jmespath can return nested lists containing the
+ wanted value. This depends how much nested is the wanted value in the json output.
11
12
Having a list of lists will help us to assert that we have the number of values we have, will
13
match the number of reference keys found in json object.
0 commit comments