Issue Type
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()
This issue will be handled using EdgarTools' systematic issue resolution workflow. A reproduction test will be created to verify the fix.
Issue Type
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):
Reproduction
Company/Ticker: (AAPL)
Time Period: (2020:)
Relevant Forms: (10-K, 10-Q)
Minimal code to reproduce:
This issue will be handled using EdgarTools' systematic issue resolution workflow. A reproduction test will be created to verify the fix.