Skip to content

Commit

Permalink
have been -> has been
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakharov committed Sep 8, 2023
1 parent 2580749 commit d3e6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeronet_vector/aeronet_vector/featurecollection.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def read(cls, fp):
)
features.append(feature_)
except (KeyError, IndexError, AttributeError) as e:
message = 'Feature #{} have been removed from collection. Error: {}'.format(i, str(e))
message = 'Feature #{} has been removed from collection. Error: {}'.format(i, str(e))
warnings.warn(message, RuntimeWarning)

return cls(features, crs=crs)
Expand Down

0 comments on commit d3e6028

Please sign in to comment.