Skip to content

Commit a1e8f1b

Browse files
committed
Documentation: corrects method description for to_markdown.
1 parent 07e262c commit a1e8f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/page.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2437,7 +2437,7 @@ The `TableFinder` class is returned by :meth:`Page.find_tables` and has related
24372437

24382438
.. method:: to_markdown(clean=False, fill_empty=True)
24392439

2440-
Extracts table data into a list.
2440+
Extracts table data into Markdown text format.
24412441

24422442

24432443
:arg bool clean: If ``True`` then markdown syntax is removed from cell content.

0 commit comments

Comments
 (0)