File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,8 @@ def __init__(
221221 to use.
222222
223223 :param service_pool: A service pool to use for acquiring a service
224- connection. If not specified, the global service pool is used.
224+ connection. If not specified, the :meth:`global service pool
225+ <compiler_gym.service.ServiceConnectionPool.get>` is used.
225226
226227 :raises FileNotFoundError: If service is a path to a file that is not
227228 found.
@@ -561,7 +562,7 @@ def observation_space(
561562 self .observation_space_spec = None
562563
563564 def _init_kwargs (self ) -> Dict [str , Any ]:
564- """Retturn a dictionary of keyword arguments used to construct the
565+ """Return a dictionary of keyword arguments used to construct the
565566 environment.
566567 """
567568 return {
You can’t perform that action at this time.
0 commit comments