Unverified Commit 37357004 authored by Maxim Evtush's avatar Maxim Evtush Committed by GitHub
Browse files

Update instructions.py (#3060)

parent 5a15058e
......@@ -740,7 +740,7 @@ class RephraseChecker(Instruction):
class KeywordChecker(Instruction):
"""Check the exisitence of certain keywords."""
"""Check the existence of certain keywords."""
def build_description(self, *, keywords=None):
"""Build the instruction description.
......@@ -1161,7 +1161,7 @@ class RephraseParagraph(Instruction):
Args:
original_paragraph: A string presenting the original paragraph. The
rephrases response should have betweeb low-high words in common.
rephrases response should have between low-high words in common.
low: An integer presenting the lower bound of similar words.
high: An integer representing the upper bound of similar words.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment