docs: fix typo (#577)

This commit is contained in:
Wayne Adams
2023-06-29 12:54:24 -07:00
committed by GitHub
parent 1fb28ebe7f
commit 049982b81f

View File

@@ -73,7 +73,7 @@ title: Utils
```{eval-rst}
.. py:currentmodule:: gymnasium
When implementing an environment, the :meth:Env.reset and :meth:`Env.step` functions much be created describing the
When implementing an environment, the :meth:`Env.reset` and :meth:`Env.step` functions much be created describing the
dynamics of the environment.
For more information see the environment creation tutorial.
```