Skip to content

Commit

Permalink
Merge pull request #395 from devchat-ai/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kagami-l committed May 22, 2024
2 parents f55f1c6 + 349c232 commit c582373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devchat/workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def setup(
# Use the external python set in the user settings
workflow_py = EXTERNAL_ENVS[pyconf.env_name].python_bin
print(
"\n```Step\n# Using exteranl Python from user settings\n",
"\n```Step\n# Using external Python from user settings\n",
flush=True,
)
print(f"env_name: {pyconf.env_name}")
Expand Down

0 comments on commit c582373

Please sign in to comment.