Skip to content

Commit 5434cb0

Browse files
authored
fix small error message typo in editable_wheel.py
1 parent 832a51c commit 5434cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/editable_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _safely_run(self, cmd_name: str):
294294
msg = f"""{traceback.format_exc()}\n
295295
If you are seeing this warning it is very likely that a setuptools
296296
plugin or customization overrides the `{cmd_name}` command, without
297-
tacking into consideration how editable installs run build steps
297+
taking into consideration how editable installs run build steps
298298
starting from v64.0.0.
299299
300300
Plugin authors and developers relying on custom build steps are encouraged

0 commit comments

Comments
 (0)