We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a467fa commit 2930193Copy full SHA for 2930193
distutils/extension.py
@@ -115,7 +115,7 @@ def __init__(
115
"'sources' must be an iterable of strings or PathLike objects, not a string"
116
)
117
118
- # mow we check if it's iterable and contains valid types
+ # now we check if it's iterable and contains valid types
119
try:
120
self.sources = list(map(os.fspath, sources))
121
except TypeError:
0 commit comments