From c4483922651e1cee4af775fbd9dd7a7ae66ae8a7 Mon Sep 17 00:00:00 2001 From: Christopher Strickland Date: Tue, 14 Apr 2015 11:05:14 -0400 Subject: [PATCH] Improve python pipeline with comment * Comment is incredibly descriptive and shorter than this commit msg. --- python_pipeline.ipy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_pipeline.ipy b/python_pipeline.ipy index ab9e62b..cc69590 100644 --- a/python_pipeline.ipy +++ b/python_pipeline.ipy @@ -1,6 +1,8 @@ %pylab import numpy as np +"""Here is a docstring! Yay docstring!""" + f = open('Lumi.2760.csv') g = f.readlines() f.close()