diff --git a/src/diffusers/commands/env.py b/src/diffusers/commands/env.py index d0af30bf1c..ffa6ed7b17 100644 --- a/src/diffusers/commands/env.py +++ b/src/diffusers/commands/env.py @@ -170,7 +170,7 @@ class EnvironmentCommand(BaseDiffusersCLICommand): "Using distributed or parallel set-up in script?": "", } - print("\nCopy-and-paste the text below in your GitHub issue and FILL OUT the two last points.\n") + print("\nCopy-and-paste the text below in your GitHub issue and FILL OUT the last two points.\n") print(self.format_dict(info)) return info