Skip to content

Commit f8139ca

Browse files
author
Jeff Whitaker
committed
fix typo
1 parent 588233c commit f8139ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5093,7 +5093,7 @@ def addcyclic(arrin,lonsin,cyclic_length=360):
50935093
adds cyclic (wraparound) point in longitude to ``arrin`` and ``lonsin``,
50945094
assumes longitude is the right-most dimension of ``arrin``.
50955095
If length of cyclic dimension is not 360 (degrees), set with kwarg
5096-
``cyclic_dimension``.
5096+
``cyclic_length``.
50975097
"""
50985098
nlons = arrin.shape[-1]
50995099
newshape = list(arrin.shape)

0 commit comments

Comments
 (0)