Skip to content

Commit

Permalink
Typo: recordsIter should be iterRecords
Browse files Browse the repository at this point in the history
  • Loading branch information
Brideau committed Dec 13, 2014
1 parent 202143c commit d2e9f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -224,7 +224,7 @@ You can get a list of the shapefile's records by calling the records() method:
663

Similar to the geometry methods, you can iterate through dbf records using the
recordsIter() method.
iterRecords() method.


>>> len(list(sf.iterRecords()))
Expand Down

0 comments on commit d2e9f1a

Please sign in to comment.