aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python.rb')
-rw-r--r--Library/Formula/python.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb
index a5f5db2f3..5a9a0cdf6 100644
--- a/Library/Formula/python.rb
+++ b/Library/Formula/python.rb
@@ -2,9 +2,9 @@ require 'formula'
class TkCheck < Requirement
def message; <<-EOS.undent
- Tk.framework detected in /Library/Frameworks
- and that can make python builds to fail.
- https://github.com/mxcl/homebrew/issues/11602
+ Tk.framework was detected in /Library/Frameworks
+ This can cause Python builds to fail. See:
+ https://github.com/mxcl/homebrew/issues/11602
EOS
end