summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-06-14 13:26:58 -0700
committerGitHub <noreply@github.com>2024-06-14 13:26:58 -0700
commit817d64964fffe8198b53982aa1456afca2295ce2 (patch)
tree4fdaac1b5599f0f3935e2e0d163a4c11b316ac28
parent4aa50a719109e0460148559105161962519acd86 (diff)
-rw-r--r--openbb_platform/providers/sec/openbb_sec/utils/frames.py2
1 files changed, 1 insertions, 1 deletions
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