Skip to content

Commit 8a6f7c4

Browse files
authored
Merge pull request #30 from anthonyray/typo
Fixes typo in `build_extension`
2 parents 97ee7cf + 3894ab9 commit 8a6f7c4

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)