Skip to content

Commit fef370c

Browse files
committed
docs: fix formatting in docstring for external link extraction
1 parent 5c7087b commit fef370c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ktoolbox/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class JobConfiguration(BaseModel):
200200
:ivar extract_content: Extract post content and save to separate file (filename was defined in ``config.job.post_structure.content``)
201201
:ivar extract_content_images: Extract images from post content and download them.
202202
:ivar extract_external_links: Extract external file sharing links from post content and save to separate file \
203-
(filename was defined in ``config.job.post_structure.external_links``) \
203+
(filename was defined in ``config.job.post_structure.external_links``)
204204
:ivar external_link_patterns: Regex patterns for extracting external links.
205205
:ivar group_by_year: Group posts by year in separate directories based on published date
206206
:ivar group_by_month: Group posts by month in separate directories based on published date (requires group_by_year)

0 commit comments

Comments
 (0)