diff options
| author | Mike McQuaid | 2016-09-19 08:17:36 +0100 |
|---|---|---|
| committer | GitHub | 2016-09-19 08:17:36 +0100 |
| commit | 167af26a2437ed3b2f72f65c471e0c9829155a3b (patch) | |
| tree | 9c7e7dfa697c830e541f86440d4064ec10620804 /Library/Homebrew/requirements/python_requirement.rb | |
| parent | 7e7a7145058d18637222a02caeadd625080b2d44 (diff) | |
| parent | 3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708 (diff) | |
| download | brew-167af26a2437ed3b2f72f65c471e0c9829155a3b.tar.bz2 | |
Merge pull request #1019 from MikeMcQuaid/macos-rename
Use new "macOS" naming where appropriate.
Diffstat (limited to 'Library/Homebrew/requirements/python_requirement.rb')
| -rw-r--r-- | Library/Homebrew/requirements/python_requirement.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/python_requirement.rb b/Library/Homebrew/requirements/python_requirement.rb index 478f6286e..5d79f2a18 100644 --- a/Library/Homebrew/requirements/python_requirement.rb +++ b/Library/Homebrew/requirements/python_requirement.rb @@ -10,7 +10,7 @@ class PythonRequirement < Requirement next unless python version = python_short_version next unless version - # Always use Python 2.7 for consistency on older versions of OSX. + # Always use Python 2.7 for consistency on older versions of Mac OS X. version == Version.create("2.7") end |
