thrift: cleanup python usage.

This commit is contained in:
Mike McQuaid 2014-01-04 13:17:08 +00:00
parent 501aef9483
commit d1ffdecb83

View file

@ -51,7 +51,7 @@ class Thrift < Formula
end
def caveats
s = <<-EOS.undent
<<-EOS.undent
To install Ruby bindings:
gem install thrift
@ -61,7 +61,6 @@ class Thrift < Formula
brew install thrift --with-php
EOS
s += python.standard_caveats if python
end
end
__END__