Skip to content

Commit

Permalink
fix error message for #48
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Apr 11, 2014
1 parent 6811329 commit 1c2d22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PyPlot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ for f in (:acorr,:annotate,:arrow,:autoscale,:autumn,:axes,:axhline,:axhspan,:ax
else # using a different (older?) version of matplotlib
@eval $f(args...; kws...) = error("matplotlib ",
matplotlib[:__version__],
" does not have pyplot.$sf")
" does not have pyplot.", $sf)
end
end

Expand Down

0 comments on commit 1c2d22e

Please sign in to comment.