]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
docs(reforcexy): refine docstring
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 9 Sep 2025 16:35:16 +0000 (18:35 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 9 Sep 2025 16:35:16 +0000 (18:35 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ReforceXY/user_data/freqaimodels/ReforceXY.py

index 66021b09e235e736a011c866caf1bb61c5b3da2a..18004a9ef52a454ce656882ae8b17f7dfe05b58a 100644 (file)
@@ -1588,8 +1588,8 @@ def make_env(
     :param seed: (int) the initial seed for RNG
     :param train_df: (DataFrame) feature dataframe for the environment
     :param price: (DataFrame) aligned price dataframe
-    :param env_info: (dict) all required arguments to instantiate the environment.
-    :return: (Callable[[], BaseEnvironment]) closure that when called instantiates and returns the environment.
+    :param env_info: (dict) all required arguments to instantiate the environment
+    :return: (Callable[[], BaseEnvironment]) closure that when called instantiates and returns the environment
     """
 
     def _init() -> BaseEnvironment: