diff --git a/Lectures/L16_FunctProgContinued/A2Examples.py b/Lectures/L16_FunctProgContinued/A2Examples.py
index 71e32135b7a667d44ac0a7c63e71b6db097960b4..db53c6c602f86cd003c0b3a8641f782435529fb9 100644
--- a/Lectures/L16_FunctProgContinued/A2Examples.py
+++ b/Lectures/L16_FunctProgContinued/A2Examples.py
@@ -17,7 +17,8 @@ c2 = CurveT(X, Y, 2)
 print(c2.eval(6.5))
 
 PlotCurve(c2, 5)
-#PlotCurve(c2, 50) will look strange because of edge effects
+#PlotCurve(c, 50) will look strange because of edge effects
+#although scipy interp1d is "smart" enough to sort this out
 
 Load('glass.csv')