[Doc]: fix typos in Python scripts (#23828)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-08-28 14:37:38 +02:00
committed by GitHub
parent bfab219648
commit d3da2eea54
10 changed files with 12 additions and 12 deletions

View File

@@ -640,7 +640,7 @@ class BaseMultiModalContentParser(ABC):
def __init__(self) -> None:
super().__init__()
# stores model placehodlers list with corresponding
# stores model placeholders list with corresponding
# general MM placeholder:
# {
# "<##IMAGE##>": ["<image>", "<image>", "<image>"],