Skip to content

Commit 3894ab9

Browse files
committed
fixes typo
1 parent 97ee7cf commit 3894ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools_rust/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def build_extension(self, ext):
7575

7676
if not os.path.exists(ext.path):
7777
raise DistutilsFileError(
78-
"Can not file rust extension project file: %s" % ext.path)
78+
"Can not find rust extension project file: %s" % ext.path)
7979

8080
features = set(ext.features)
8181
features.update(cpython_feature(binding=ext.binding))

0 commit comments

Comments
 (0)