Skip to content

Wrong text formatting for a statement in Jupyter #755

@BaraVaq

Description

@BaraVaq

Issue Type

  • XBRL Parsing Issue (statement rendering, concept mapping)

Environment

EdgarTools Version: (e.g., 5.28.2)

Bug Description

What you expected to happen:
Right text formatting for a statement.

What actually happened:
Wrong text formatting for a statement.

Error message (if any):

Paste any error messages here

Reproduction

Company/Ticker: (AAPL)
Time Period: (2020:)
Relevant Forms: (10-K, 10-Q)

Minimal code to reproduce:

# Paste the minimal code that reproduces the issue
from edgar import Company

company = Company("AAPL")
filings = company.get_filings(form=["10-K", "10-Q"], filing_date="2020-01-01:")
filings[0].reports[20].view()
Image

This issue will be handled using EdgarTools' systematic issue resolution workflow. A reproduction test will be created to verify the fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions