diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index cde69dad5..96a0e27cd 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -158,7 +158,7 @@ class Python3 < Formula Pip.new.brew { system py.binary, *setup_args } mv bin/'pip', bin/'pip3' - # And now we write the distuitsl.cfg + # And now we write the distutils.cfg cfg = prefix/"Frameworks/Python.framework/Versions/#{VER}/lib/python#{VER}/distutils/distutils.cfg" cfg.delete if cfg.exist? cfg.write <<-EOF.undent |
