diff options
| author | Alexey Palazhchenko | 2011-06-17 21:41:59 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-18 09:31:33 -0700 |
| commit | 91d757ad38723aaa03d6d6b3c17c9a4762a84fd9 (patch) | |
| tree | 4ad635697a4a5c1b57f93b2f7bc3e1203f3f34c0 /Library/Formula/python.rb | |
| parent | cd53a85c6c19294b16222d9197e957c3ff157e5a (diff) | |
| download | homebrew-91d757ad38723aaa03d6d6b3c17c9a4762a84fd9.tar.bz2 | |
Python: fix version number in comments
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index cfce0e2ac..6ebf169df 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -1,6 +1,6 @@ require 'formula' -# This formula for Python 2.7.1 +# This formula for Python 2.7.x # Python 3.x is available as a separate formula: # $ brew install python3 |
