Skip to content

Commit 4bd42e8

Browse files
hsm207tabergma
andauthored
Fix typo
Co-Authored-By: Tanja <[email protected]>
1 parent fcac8e2 commit 4bd42e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rasa/nlu/training_data/training_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __hash__(self) -> int:
106106
def sanitize_examples(examples: List[Message]) -> List[Message]:
107107
"""Makes sure the training data is clean.
108108
109-
removes trailing whitespaces from intent annotations and drops duplicate examples."""
109+
Remove trailing whitespaces from intent and response annotations and drop duplicate examples."""
110110

111111
for ex in examples:
112112
if ex.get("intent"):

0 commit comments

Comments
 (0)