Skip to content

Commit 94fbb3b

Browse files
Fixed whitespace error
1 parent 082a3a1 commit 94fbb3b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ The blockgroup key and population count:
291291
>>> points = shapeRec.shape.points[0:2]
292292

293293
>>> len(points)
294-
2
295-
296-
There is also an iterShapeRecords() method to iterate through large files:
297-
298-
>>> shapeRecs = sf.iterShapeRecords()
299-
>>> for shape, rec in shapeRecs:
300-
... # do something here
294+
2
295+
296+
There is also an iterShapeRecords() method to iterate through large files:
297+
298+
>>> shapeRecs = sf.iterShapeRecords()
299+
>>> for shape, rec in shapeRecs:
300+
... # do something here
301301

302302
Writing Shapefiles
303303
++++++++++++++++++

0 commit comments

Comments
 (0)