Elron commited on
Commit
dab93b5
1 Parent(s): 4273540

Upload stream.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. stream.py +2 -2
stream.py CHANGED
@@ -139,7 +139,7 @@ class MultiStream(dict):
139
  Args:
140
  generators (Dict[str, ReusableGenerator]): A dictionary of ReusableGenerators.
141
  caching (bool, optional): Whether the data should be cached or not. Defaults to False.
142
- copying (bool, optional): Whether the data should be copyied or not. Defaults to False.
143
 
144
  Returns:
145
  MultiStream: A MultiStream object.
@@ -166,7 +166,7 @@ class MultiStream(dict):
166
  Args:
167
  iterables (Dict[str, Iterable]): A dictionary of iterables.
168
  caching (bool, optional): Whether the data should be cached or not. Defaults to False.
169
- copying (bool, optional): Whether the data should be copyied or not. Defaults to False.
170
 
171
  Returns:
172
  MultiStream: A MultiStream object.
 
139
  Args:
140
  generators (Dict[str, ReusableGenerator]): A dictionary of ReusableGenerators.
141
  caching (bool, optional): Whether the data should be cached or not. Defaults to False.
142
+ copying (bool, optional): Whether the data should be copied or not. Defaults to False.
143
 
144
  Returns:
145
  MultiStream: A MultiStream object.
 
166
  Args:
167
  iterables (Dict[str, Iterable]): A dictionary of iterables.
168
  caching (bool, optional): Whether the data should be cached or not. Defaults to False.
169
+ copying (bool, optional): Whether the data should be copied or not. Defaults to False.
170
 
171
  Returns:
172
  MultiStream: A MultiStream object.