diff options
Diffstat (limited to 'docs/quickstart.md')
| -rw-r--r-- | docs/quickstart.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quickstart.md b/docs/quickstart.md index 8371163f..039db94b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -10,7 +10,7 @@ from sec_certs.dataset.cc import CCDataset dset = CCDataset.from_web() ``` -to obtain to obtain freshly processed dataset from [sec-certs.org](https://sec-certs.org). +to obtain the freshly processed dataset from [sec-certs.org](https://sec-certs.org). 3. Play with the dataset. See [example notebook](./notebooks/examples/cc.ipynb). ::: @@ -23,7 +23,7 @@ from sec_certs.dataset.fips import FIPSDataset dset = FIPSDataset.from_web() ``` -to obtain to obtain freshly processed dataset from [sec-certs.org](https://sec-certs.org). +to obtain the freshly processed dataset from [sec-certs.org](https://sec-certs.org). 3. Play with the dataset. See [example notebook](./notebooks/examples/fips.ipynb). ::: |
