mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-06 22:32:54 +02:00
typo fix
This commit is contained in:
@ -132,7 +132,7 @@ Parameters:
|
|||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
List of Dictionaries. Structured data with the following schema:
|
List of Dictionaries. Structured data with the following schema:
|
||||||
]
|
[
|
||||||
{
|
{
|
||||||
"foo": string/integer/float, # best guess based on value
|
"foo": string/integer/float, # best guess based on value
|
||||||
"bar": string/integer/float,
|
"bar": string/integer/float,
|
||||||
|
@ -139,7 +139,7 @@ def process(proc_data):
|
|||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
List of Dictionaries. Structured data with the following schema:
|
List of Dictionaries. Structured data with the following schema:
|
||||||
]
|
[
|
||||||
{
|
{
|
||||||
"foo": string/integer/float, # best guess based on value
|
"foo": string/integer/float, # best guess based on value
|
||||||
"bar": string/integer/float,
|
"bar": string/integer/float,
|
||||||
|
Reference in New Issue
Block a user