Skip to content

Commit

Permalink
Merge pull request #1732 from dopplershift/docs
Browse files Browse the repository at this point in the history
Fix copyright in docs
  • Loading branch information
dopplershift committed Feb 24, 2021
2 parents c29b78d + 12ffb63 commit 869ddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
# General information about the project.
project = 'MetPy'
# noinspection PyShadowingBuiltins
copyright = (f'{cur_date:%Y}-2020, MetPy Developers. '
copyright = (f'2008\u2013{cur_date:%Y}, MetPy Developers. '
'Development supported by National Science Foundation grants '
'AGS-1344155, OAC-1740315, and AGS-1901712')

Expand Down
2 changes: 1 addition & 1 deletion src/metpy/calc/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ def lat_lon_grid_deltas(longitude, latitude, x_dim=-1, y_dim=-2, geod=None):
x_dim: int
axis number for the x dimension, defaults to -1.
y_dim : int
axis number for the y dimesion, defaults to -2.
axis number for the y dimension, defaults to -2.
geod : `pyproj.Geod` or ``None``
PyProj Geod to use for forward azimuth and distance calculations. If ``None``, use a
default spherical ellipsoid.
Expand Down

0 comments on commit 869ddb7

Please sign in to comment.