Skip to content

Commit

Permalink
Fix code block
Browse files Browse the repository at this point in the history
  • Loading branch information
dgunning committed Nov 12, 2024
1 parent cf5c704 commit 0a7c4fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ It will however dramatically speed up loading companies by cik or ticker.
The submissions and facts bulk data files are each over 1.GB in size, and take around a few minutes each.
The data is stored by default in the `~/.edgar` directory. You can change this by setting the `EDGAR_LOCAL_DATA_DIR` environment variable.

```bash

```python
def download_edgar_data(submissions: bool = True, facts: bool = True, reference: bool = True):
Expand Down Expand Up @@ -443,8 +442,6 @@ You can download attachments from a filing using the `download` method on the at
```python
class Attachments:

...

def download(self, path: Union[str, Path], archive: bool = False):
"""
Download all the attachments to a specified path.
Expand Down

0 comments on commit 0a7c4fa

Please sign in to comment.