diff options
| author | Jack Nagel | 2013-08-14 14:20:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-08-14 14:20:25 -0500 |
| commit | ad867ec625e02c0a264a9da481768dc5f84fa7f2 (patch) | |
| tree | 684966d250d8dfb0247f1632d2b32abb0ff2f497 /Library | |
| parent | 54195b6f6fadde1c0c9fd05622b9e0ef8528fb5c (diff) | |
| download | homebrew-ad867ec625e02c0a264a9da481768dc5f84fa7f2.tar.bz2 | |
Correct comment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/python_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/python_helper.rb b/Library/Homebrew/python_helper.rb index 18dbbe216..cb2e5d989 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 |
