forked from idrl/idrlnet
docs: Correct typos in docs
This commit is contained in:
parent
0cc817b15b
commit
7579a8fb74
|
@ -223,7 +223,7 @@ def get_data_nodes(funs: List[Callable], *args, **kwargs) -> Tuple[DataNode]:
|
|||
|
||||
|
||||
class SampleDomain(metaclass=abc.ABCMeta):
|
||||
"""Template for Callable sampling function."""
|
||||
"""The Template for Callable sampling functions."""
|
||||
|
||||
@abc.abstractmethod
|
||||
def sampling(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue