Skip to content

Commit 2930193

Browse files
Fix typo
Co-authored-by: Avasam <[email protected]>
1 parent 4a467fa commit 2930193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def __init__(
115115
"'sources' must be an iterable of strings or PathLike objects, not a string"
116116
)
117117

118-
# mow we check if it's iterable and contains valid types
118+
# now we check if it's iterable and contains valid types
119119
try:
120120
self.sources = list(map(os.fspath, sources))
121121
except TypeError:

0 commit comments

Comments
 (0)