Skip to content

Commit

Permalink
fix small error message typo in editable_wheel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzorin committed Oct 11, 2022
1 parent 832a51c commit 5434cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/command/editable_wheel.py
Expand Up @@ -294,7 +294,7 @@ def _safely_run(self, cmd_name: str):
msg = f"""{traceback.format_exc()}\n
If you are seeing this warning it is very likely that a setuptools
plugin or customization overrides the `{cmd_name}` command, without
tacking into consideration how editable installs run build steps
taking into consideration how editable installs run build steps
starting from v64.0.0.
Plugin authors and developers relying on custom build steps are encouraged
Expand Down

0 comments on commit 5434cb0

Please sign in to comment.