Skip to content

Commit 0cc0d58

Browse files
authored
Spelling error fixes for #26
1 parent 2e7fa28 commit 0cc0d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ that.
266266
Calling the shapeRecords() method will return the geometry and attributes for
267267
all shapes as a list of ShapeRecord objects. Each ShapeRecord instance has a
268268
"shape" and "record" attribute. The shape attribute is a ShapeRecord object as
269-
dicussed in the first section "Reading Geometry". The record attribute is a
269+
discussed in the first section "Reading Geometry". The record attribute is a
270270
list of field values as demonstrated in the "Reading Records" section.
271271

272272

@@ -484,7 +484,7 @@ names.
484484

485485
File extensions are optional when reading or writing shapfiles. If you specify
486486
them PyShp ignores them anyway. When you save files you can specify a base
487-
file name that is used for all three file types. Or you can specify a nmae for
487+
file name that is used for all three file types. Or you can specify a name for
488488
one or more file types. In that case, any file types not assigned will not
489489
save and only file types with file names will be saved. If you do not specify
490490
any file names (i.e. save()), then a unique file name is generated with the

0 commit comments

Comments
 (0)