We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768a535 commit a656965Copy full SHA for a656965
shapefile.py
@@ -477,7 +477,7 @@ def __dbfHeader(self):
477
self.__recStruct = Struct(fmt)
478
479
def __recordFmt(self):
480
- """Calculates the size of a .shp geometry record."""
+ """Calculates the format and size of a .dbf record."""
481
if not self.numRecords:
482
self.__dbfHeader()
483
fmt = ''.join(['%ds' % fieldinfo[2] for fieldinfo in self.fields])
0 commit comments