From 913e865edb984bcf78f7db4e7b7d58466d4bdb87 Mon Sep 17 00:00:00 2001 From: Eli Gooch <54377451+JeliHacker@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:14:03 -0700 Subject: [PATCH] fix typos in developer_guide.ipynb --- docs/source/notebooks/developer_guide.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/notebooks/developer_guide.ipynb b/docs/source/notebooks/developer_guide.ipynb index 15ba30a..848ca84 100644 --- a/docs/source/notebooks/developer_guide.ipynb +++ b/docs/source/notebooks/developer_guide.ipynb @@ -694,9 +694,9 @@ " Why Focus on Top-Level Tags?\n", " ============================\n", " SEC filings usually have a flat HTML structure, which simplifies the\n", - " parsing process.Each top-level HTML tag often directly corresponds\n", + " parsing process. Each top-level HTML tag often directly corresponds\n", " to a single semantic element. This is different from many websites\n", - " where HTML tags are nested deeply,requiring more complex parsing.\n", + " where HTML tags are nested deeply, requiring more complex parsing.\n", "\n", " For Advanced Users:\n", " ====================\n",