Skip to content

Commit d3adf11

Browse files
committed
Fix docstring.
1 parent 5a57599 commit d3adf11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

markdown_pdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, toc_level: int = 6, mode: str = 'commonmark'):
5656

5757
@staticmethod
5858
def _recorder(elpos):
59-
"""Call function invoked during story.place() for making a TOC."""
59+
"""Call function invoked during story.element_positions() for making a TOC and hrefs."""
6060
elpos.page_num = elpos.pdfile.page_num
6161
elpos.pdfile.hrefs.append(elpos)
6262

0 commit comments

Comments
 (0)