Skip to content

Commit 69ed815

Browse files
Merge pull request #44 from ltiao/patch-1
Update README.md
2 parents 80b754e + edd9eff commit 69ed815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ list of field values as demonstrated in the "Reading Records" section.
264264
Let's read the blockgroup key and the population for the 4th blockgroup:
265265

266266

267-
>>> shapeRecs3.record[1:3] ['060750601001', 4715]
267+
>>> shapeRecs3.record[1:3]
268+
['060750601001', 4715]
268269

269270
Now let's read the first two points for that same record:
270271

0 commit comments

Comments
 (0)