From fb187e2132fc9c7c5233fcade06d06c19f8e8f02 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 14 Aug 2013 14:20:25 -0500 Subject: [PATCH] Correct comment --- Library/Homebrew/python_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/python_helper.rb b/Library/Homebrew/python_helper.rb index 18dbbe216f..cb2e5d9896 100644 --- a/Library/Homebrew/python_helper.rb +++ b/Library/Homebrew/python_helper.rb @@ -72,7 +72,7 @@ def python_helper(options={:allowed_major_versions => [2, 3]}, &block) # Track the state of the currently selected python for this block, # so if this python_helper is called again _inside_ the block, - # we can just return the right python (see `else`-branch a few lines down): + # we can just return the right python @current_python = py res = instance_eval(&block) @current_python = nil