From f98a17d90f5ce6195b46e6129ede211e46730d36 Mon Sep 17 00:00:00 2001 From: Justin Kitzes Date: Mon, 4 Mar 2013 10:58:07 -0800 Subject: [PATCH] Add capitalization to loop code --- python/testing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/testing.md b/python/testing.md index 4829388..d4911ef 100644 --- a/python/testing.md +++ b/python/testing.md @@ -218,7 +218,10 @@ written this code in the previous lesson, so we can simply erase our existing # Load table tab = ml.csv2rec(filename) - + + # Standardize capitalization of focusanimal + focusanimal = focusanimal.capitalize() + # Loop through all records, countings recs and animals totalrecs = 0 totalcount = 0 -- 2.26.2