From 54269898fca54d947ee9042099fedfd13a6bfdda Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 15 Jan 2013 23:16:25 -0500 Subject: [PATCH] first_name thing --- eg/ma-legs.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eg/ma-legs.hy b/eg/ma-legs.hy index c4545b1..d8347f1 100644 --- a/eg/ma-legs.hy +++ b/eg/ma-legs.hy @@ -6,4 +6,4 @@ (for [x (kwapply (sunlight.openstates.legislators) {"state" "ma"})] - (print x)) + (print (index x "first_name")))