mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update instructions.py
This commit is contained in:
parent
7ceed9b6d9
commit
d762c229e2
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ class HighlightSectionChecker(Instruction):
|
|||
|
||||
Returns:
|
||||
True if the actual number of highlighted sections in the format of
|
||||
*highlighed sections* meets the minimum requirement; otherwise False.
|
||||
*highlighted sections* meets the minimum requirement; otherwise False.
|
||||
"""
|
||||
num_highlights = 0
|
||||
highlights = re.findall(r"\*[^\n\*]*\*", value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue