Skip to content

Commit 7bcfb97

Browse files
committed
Update docstring.
1 parent c657875 commit 7bcfb97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tkintermd/frame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def remove_markdown_both_sides(self, selection, md_syntax):
420420
return
421421

422422
def check_markdown_both_sides(self, md_syntax, md_ignore, md_special, strikethrough=None):
423-
"""Specific checks for bold, italic and bold-italic markdown syntax.
423+
"""Check markdown formatting to be applied to both sides.
424424
425425
This will ignore items in the md_ignore variable and then deal with
426426
special syntax individually before applying or removing the markdown
@@ -439,6 +439,7 @@ def check_markdown_both_sides(self, md_syntax, md_ignore, md_special, strikethro
439439
md_ignore (tuple): Tuple of markdown strings to ignore.
440440
md_special (tuple): Tuple of special markdown strings to ignore that
441441
cause unexpected issues when included in md_ignore.
442+
strikethrough (bool): Set to True for strikethrough.
442443
"""
443444
self.md_syntax = md_syntax
444445
self.md_ignore = md_ignore

0 commit comments

Comments
 (0)