aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/python_helper.rb
diff options
context:
space:
mode:
authorJack Nagel2013-08-14 14:20:25 -0500
committerJack Nagel2013-08-14 14:20:25 -0500
commitfb187e2132fc9c7c5233fcade06d06c19f8e8f02 (patch)
tree825aa20a91144489b0c425ba4c3bbc2db0ecf548 /Library/Homebrew/python_helper.rb
parentc9a4e1e1c932bbc69d35a2f544955c956552165d (diff)
downloadbrew-fb187e2132fc9c7c5233fcade06d06c19f8e8f02.tar.bz2
Correct comment
Diffstat (limited to 'Library/Homebrew/python_helper.rb')
-rw-r--r--Library/Homebrew/python_helper.rb2
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