diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-31 15:01:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-31 15:01:54 -0400 |
| commit | 09b89e91ef6d309b836eabdb2a482fe495289f5d (patch) | |
| tree | aa036b0a1bfb835baf8ce46271ad0393dbdb8ce2 /setuptools/extension.py | |
| parent | 5e258414699ad0ca0fed910a98dd9e6bb7436065 (diff) | |
| download | python-setuptools-git-09b89e91ef6d309b836eabdb2a482fe495289f5d.tar.gz | |
Remove extraneous whitespace.
Diffstat (limited to 'setuptools/extension.py')
| -rw-r--r-- | setuptools/extension.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/extension.py b/setuptools/extension.py index d14c3432..ddf78c4f 100644 --- a/setuptools/extension.py +++ b/setuptools/extension.py @@ -115,7 +115,6 @@ class Extension(_Extension): :keyword bool optional: specifies that a build failure in the extension should not abort the build process, but simply not install the failing extension. - :raises DistutilsPlatformError: if 'runtime_library_dirs' is specified on Windows. (since v63) """ |
