diff --git a/extensions-builtin/forge_legacy_preprocessors/scripts/legacy_preprocessors.py b/extensions-builtin/forge_legacy_preprocessors/scripts/legacy_preprocessors.py index 1db8b9eb..c778ca0f 100644 --- a/extensions-builtin/forge_legacy_preprocessors/scripts/legacy_preprocessors.py +++ b/extensions-builtin/forge_legacy_preprocessors/scripts/legacy_preprocessors.py @@ -21,7 +21,7 @@ from modules_forge.shared import add_supported_preprocessor ### -# This file has lots of unreasonable historical designs and should be viewed as a frozen blackbox library +# This file has lots of unreasonable historical designs and should be viewed as a frozen blackbox library. # If you want to add preprocessor, # please instead look at `extensions-builtin/forge_preprocessor_normalbae/scripts/preprocessor_normalbae`