From 55f5c06088ed00da4191e1a873b934e01befffc4 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld <gersh@cba.mit.edu> Date: Mon, 8 Oct 2018 13:33:15 -0400 Subject: [PATCH] wip --- python/pcb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pcb.py b/python/pcb.py index 4894fc4..b0e969d 100755 --- a/python/pcb.py +++ b/python/pcb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # # pcb.py -# PCB template +# functional representation PCB template # # Neil Gershenfeld 10/8/18 # (c) Massachusetts Institute of Technology 2018 -- GitLab