From 817d64964fffe8198b53982aa1456afca2295ce2 Mon Sep 17 00:00:00 2001 From: Danglewood <85772166+deeleeramone@users.noreply.github.com> Date: Fri, 14 Jun 2024 13:26:58 -0700 Subject: fix typo --- openbb_platform/providers/sec/openbb_sec/utils/frames.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbb_platform/providers/sec/openbb_sec/utils/frames.py b/openbb_platform/providers/sec/openbb_sec/utils/frames.py index 9274c5995aa..1af4a0d09e7 100644 --- a/openbb_platform/providers/sec/openbb_sec/utils/frames.py +++ b/openbb_platform/providers/sec/openbb_sec/utils/frames.py @@ -782,7 +782,7 @@ async def get_concept( ) -> Dict: """Return all the XBRL disclosures from a single company (CIK) Concept (a taxonomy and tag) into a single JSON file. - Each entry contains a separate array of facts ach units on measure that the company has chosen to disclose + Each entry contains a separate array of facts for each units of measure that the company has chosen to disclose (e.g. net profits reported in U.S. dollars and in Canadian dollars). Parameters -- cgit v1.2.3