We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcac8e2 commit 4bd42e8Copy full SHA for 4bd42e8
rasa/nlu/training_data/training_data.py
@@ -106,7 +106,7 @@ def __hash__(self) -> int:
106
def sanitize_examples(examples: List[Message]) -> List[Message]:
107
"""Makes sure the training data is clean.
108
109
- removes trailing whitespaces from intent annotations and drops duplicate examples."""
+ Remove trailing whitespaces from intent and response annotations and drop duplicate examples."""
110
111
for ex in examples:
112
if ex.get("intent"):
0 commit comments