From 3f9cce0a03e967d2e7bcb7cd16bbc898c1a35708 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 18 Sep 2016 19:57:19 +0100 Subject: Use new "macOS" naming where appropriate. Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL. --- Library/Homebrew/requirements/python_requirement.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/requirements/python_requirement.rb') 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 -- cgit v1.2.3