Skip to content

Commit b0506ef

Browse files
committed
Fix typo in docstring.
1 parent d044c29 commit b0506ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compiler_gym/envs/compiler_env.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)