Skip to content

Commit a53f022

Browse files
jmoujaeskarimbahgat
authored andcommitted
Edit docs to clarify that Points dont have a bounding box attribute 'bbox'.
1 parent 10c6176 commit a53f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ method.
142142
>>> len(list(sf.iterShapes()))
143143
663
144144

145-
Each shape record contains the following attributes:
145+
Each shape record (except Points) contain the following attributes. Records of shapeType Point do not have a bounding box 'bbox'.
146146

147147

148148
>>> for name in dir(shapes[3]):

0 commit comments

Comments
 (0)