1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

documentation fixup

This commit is contained in:
Kelly Brazil
2020-07-31 14:47:06 -07:00
parent e1f3feb8f5
commit d4f289e40f
2 changed files with 4 additions and 4 deletions

View File

@ -56,7 +56,7 @@ Parameters:
Returns:
List of dictionaries. Structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"year": integer,
@ -85,5 +85,5 @@ Parameters:
Returns:
List of dictionaries. Raw or processed structured data.
Dictionary. Raw or processed structured data.

View File

@ -62,7 +62,7 @@ def process(proc_data):
Returns:
List of dictionaries. Structured data with the following schema:
Dictionary. Structured data with the following schema:
{
"year": integer,
@ -102,7 +102,7 @@ def parse(data, raw=False, quiet=False):
Returns:
List of dictionaries. Raw or processed structured data.
Dictionary. Raw or processed structured data.
"""
if not quiet:
jc.utils.compatibility(__name__, info.compatible)