From e98ae129de53a5699af2b1119d7151c5434e8df1 Mon Sep 17 00:00:00 2001 From: Marsel Khisamutdinov Date: Tue, 3 May 2022 19:27:48 +0500 Subject: [PATCH] Fix a grammatical mistake (#899) Co-authored-by: Antonin RAFFIN --- docs/guide/algos.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/algos.rst b/docs/guide/algos.rst index 474a047..5d1bf08 100644 --- a/docs/guide/algos.rst +++ b/docs/guide/algos.rst @@ -26,8 +26,8 @@ Maskable PPO [#f1]_ ❌ ✔️ ✔️ ✔ .. [#f1] Implemented in `SB3 Contrib `_ .. note:: - ``Tuple`` observation spaces are not supported by any environment - however single-level ``Dict`` spaces are (cf. :ref:`Examples `). + ``Tuple`` observation spaces are not supported by any environment, + however, single-level ``Dict`` spaces are (cf. :ref:`Examples `). Actions ``gym.spaces``: