Skip to content

Commit 9697779

Browse files
authored
Merge pull request #283 from schwehr/codespell2
README.md and changelog.txt: codespell
2 parents d3fd558 + 4c92dbf commit 9697779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ None is interpreted as missing.
876876
>>> w.record(False)
877877
>>> w.record(0)
878878
>>> w.record(None)
879-
>>> w.record("Nonesense")
879+
>>> w.record("Nonsense")
880880
>>> w.close()
881881

882882
>>> r = shapefile.Reader('shapefiles/test/dtype')

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ VERSION 1.2.5
171171
* Merge README text into markdown file. Remove text version.
172172
* Fixed parsing of number of points for some shapes (MULTIPOINTM, MULTIPOINTZ)
173173

174-
VERSON 1.2.3
174+
VERSION 1.2.3
175175

176176
2015-06-21 Joel Lawhead <[email protected]>
177177
*shapefile.py (u) Bugfix for Python3 with Reader.iterShapeRecords()

0 commit comments

Comments
 (0)