Skip to content

Commit 6134732

Browse files
authored
Update test_envs.py
1 parent 428428d commit 6134732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_envs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@pytest.mark.parametrize("env_id", ["CartPole-v1", "Pendulum-v1"])
3232
def test_env(env_id):
3333
"""
34-
Check that environmnent integrated in Gym pass the test.
34+
Check that environment integrated in Gym pass the test.
3535
3636
:param env_id: (str)
3737
"""

0 commit comments

Comments
 (0)