git.fiddlerwoaroof.com
Browse code

Added docstring

fiddlerwoaroof authored on 21/10/2011 22:16:02
Showing 1 changed files
... ...
@@ -1,3 +1,7 @@
1
+"""
2
+Split a file of python snippets into its constituent snippets, splitting
3
+on lines whose first non-whitespace character is #
4
+"""
1 5
 import sys
2 6
 counter = 0
3 7
 with open(sys.argv[1]) as f: