Skip to content

Commit 7878a84

Browse files
authored
Merge pull request #65 from KevayneCst/main
Fix typo #64
2 parents 487cb46 + f2b8ceb commit 7878a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

momaland/utils/conversions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def mo_aec_to_parallel(aec_env: AECEnv) -> ParallelEnv:
3030

3131

3232
def mo_parallel_to_aec(par_env: ParallelEnv) -> AECEnv:
33-
"""Converts a MO aec environment to a parallel environment.
33+
"""Converts a MO Parallel environment to an AEC environment.
3434
3535
In the case of an existing aec environment wrapped using a `aec_to_prallel_wrapper`, this function will return the original AEC environment.
3636
Otherwise, it will apply the `parallel_to_aec_wrapper` to convert the environment.

0 commit comments

Comments
 (0)