Unverified Commit 061580c8 authored by Freddie Vargus's avatar Freddie Vargus Committed by GitHub
Browse files

Fix typo in streamers.py (#24144)

parent 12bb853c
......@@ -81,7 +81,7 @@ class TextStreamer(BaseStreamer):
def put(self, value):
"""
Recives tokens, decodes them, and prints them to stdout as soon as they form entire words.
Receives tokens, decodes them, and prints them to stdout as soon as they form entire words.
"""
if len(value.shape) > 1 and value.shape[0] > 1:
raise ValueError("TextStreamer only supports batch size 1")
......
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