Skip to content

Commit

Permalink
Fix docstring about CRS hasattr
Browse files Browse the repository at this point in the history
Co-Authored-By: Panu Lahtinen <[email protected]>
  • Loading branch information
djhoese and pnuu authored Apr 20, 2020
1 parent a0fb45f commit b6423c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ def _crs(self):
For backwards compatibility, we only create the `.crs` property if
pyproj 2.0+ is installed. Users can then check
`hasattr(area_def 'crs')` to easily support older versions of
`hasattr(area_def, 'crs')` to easily support older versions of
pyresample and pyproj.
"""
Expand Down

0 comments on commit b6423c0

Please sign in to comment.