diff --git a/docs/01_tutorials/04_tictactoe.rst b/docs/01_tutorials/04_tictactoe.rst
index 60387d30a..ff7918e1f 100644
--- a/docs/01_tutorials/04_tictactoe.rst
+++ b/docs/01_tutorials/04_tictactoe.rst
@@ -18,7 +18,7 @@ Specifically, we will design an algorithm to learn how to play `Tic Tac Toe `_ environment. PettingZoo offers a 3x3 Tic-Tac-Toe environment, let's first explore it.
+The scripts are located at ``test/pettingzoo/``. We have implemented :class:`~tianshou.env.PettingZooEnv` which can wrap any `PettingZoo `_ environment. PettingZoo offers a 3x3 Tic-Tac-Toe environment, let's first explore it.
::
>>> from tianshou.env import PettingZooEnv # wrapper for PettingZoo environments