From edd9eff38ebf2f71bccaf0b6085a9dfa56bb0ff6 Mon Sep 17 00:00:00 2001 From: Louis Tiao Date: Wed, 6 Jan 2016 16:32:41 +1100 Subject: [PATCH] Update README.md (Trivial) Example was missing line break. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4de8220..1512bd59 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,8 @@ list of field values as demonstrated in the "Reading Records" section. Let's read the blockgroup key and the population for the 4th blockgroup: - >>> shapeRecs3.record[1:3] ['060750601001', 4715] + >>> shapeRecs3.record[1:3] + ['060750601001', 4715] Now let's read the first two points for that same record: