From d8559ec58896513cd93d79b8810a92fd846d55a5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 8 Aug 2013 13:01:25 -0700 Subject: python + python3: fix typo --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3