diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sip.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/sip.rb b/Library/Formula/sip.rb index 8824e6ec7..7392b755f 100644 --- a/Library/Formula/sip.rb +++ b/Library/Formula/sip.rb @@ -37,7 +37,8 @@ class Sip < Formula def caveats s = '' s += python.standard_caveats if python - s += "The sip-dir for Python #{python.version.major}.x is #{HOMEBREW_PREFIX}/share/sip#{python.if3then3}." + s += "The sip-dir for Python 2.x is #{HOMEBREW_PREFIX}/share/sip.\n" + s += "The sip-dir for Python 3.x is #{HOMEBREW_PREFIX}/share/sip3." s end end |
