Skip to content

Commit c920304

Browse files
committed
Trim trailing whitespace
1 parent 435dd3a commit c920304

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ part of your geospatial project.
101101
- Field type codes are now FieldType enum members.
102102
- bbox, mbox and zbox attributes are all new Namedtuples.
103103
- Writer does not mutate shapes.
104-
- New custom subclasses for each shape type: Null, Multipatch, Point, Polyline,
105-
Multipoint, and Polygon, plus the latter 4's M and Z variants (Reader and
104+
- New custom subclasses for each shape type: Null, Multipatch, Point, Polyline,
105+
Multipoint, and Polygon, plus the latter 4's M and Z variants (Reader and
106106
Writer are still compatible with their base class, Shape, as before).
107-
- Shape sub classes are creatable from, and serializable to bytes streams,
107+
- Shape sub classes are creatable from, and serializable to bytes streams,
108108
as per the shapefile spec.
109109

110110
### Code quality

changelog.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ VERSION 3.0.0-alpha
66
* Field type codes are now FieldType enum members.
77
* bbox, mbox and zbox attributes are all new Namedtuples.
88
* Writer does not mutate shapes.
9-
* New custom subclasses for each shape type: Null, Multipatch, Point, Polyline,
10-
Multipoint, and Polygon, plus the latter 4's M and Z variants (Reader and
9+
* New custom subclasses for each shape type: Null, Multipatch, Point, Polyline,
10+
Multipoint, and Polygon, plus the latter 4's M and Z variants (Reader and
1111
Writer are still compatible with their base class, Shape, as before).
12-
* Shape sub classes are creatable from, and serializable to bytes streams,
12+
* Shape sub classes are creatable from, and serializable to bytes streams,
1313
as per the shapefile spec.
1414

1515
Code quality

0 commit comments

Comments
 (0)