From 189b38246bc2d70b0ae156f7f79fdde91ee58457 Mon Sep 17 00:00:00 2001 From: Guocheng Date: Wed, 1 Nov 2023 05:12:35 -0500 Subject: [PATCH] Fix typo (#758) --- docs/api/wrappers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/wrappers.md b/docs/api/wrappers.md index 83ac53382..be4be4a3f 100644 --- a/docs/api/wrappers.md +++ b/docs/api/wrappers.md @@ -66,7 +66,7 @@ wrapper in the page on the wrapper type - Description * - :class:`AtariPreprocessing` - Misc Wrapper - - Implements the common preprocessing applied tp Atari environments + - Implements the common preprocessing applied to Atari environments * - :class:`AutoResetWrapper` - Misc Wrapper - The wrapped environment will automatically reset when the terminated or truncated state is reached.