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.
2 parents d3fd558 + 4c92dbf commit 9697779Copy full SHA for 9697779
README.md
@@ -876,7 +876,7 @@ None is interpreted as missing.
876
>>> w.record(False)
877
>>> w.record(0)
878
>>> w.record(None)
879
- >>> w.record("Nonesense")
+ >>> w.record("Nonsense")
880
>>> w.close()
881
882
>>> r = shapefile.Reader('shapefiles/test/dtype')
changelog.txt
@@ -171,7 +171,7 @@ VERSION 1.2.5
171
* Merge README text into markdown file. Remove text version.
172
* Fixed parsing of number of points for some shapes (MULTIPOINTM, MULTIPOINTZ)
173
174
-VERSON 1.2.3
+VERSION 1.2.3
175
176
2015-06-21 Joel Lawhead <[email protected]>
177
*shapefile.py (u) Bugfix for Python3 with Reader.iterShapeRecords()
0 commit comments