Skip to content

Commit 93fc2c1

Browse files
committed
Update md_scraper_openai.py
1 parent 521d0a1 commit 93fc2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/openai/md_scraper_openai.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Basic example of scraping pipeline using MDScraperGraph from XML documents
2+
Basic example of scraping pipeline using MDScraperGraph from MD documents
33
"""
44

55
import os
@@ -9,7 +9,7 @@
99
load_dotenv()
1010

1111
# ************************************************
12-
# Read the XML file
12+
# Read the MD file
1313
# ************************************************
1414

1515
FILE_NAME = "inputs/markdown_example.md"

0 commit comments

Comments
 (0)