From 7579a8fb7402ed972cd26709476b3c427c99dad3 Mon Sep 17 00:00:00 2001 From: weipengOO98 Date: Mon, 18 Oct 2021 16:25:20 +0800 Subject: [PATCH] docs: Correct typos in docs --- idrlnet/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idrlnet/data.py b/idrlnet/data.py index f66343d..e04d008 100644 --- a/idrlnet/data.py +++ b/idrlnet/data.py @@ -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):