Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9965e3

Browse files
committed
Fix sequence spelling
1 parent c720364 commit d9965e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def julian2num(j):
384384
385385
Returns
386386
-------
387-
float or sequency of floats
387+
float or sequence of floats
388388
Matplotlib date(s)
389389
"""
390390
if cbook.iterable(j):
@@ -403,7 +403,7 @@ def num2julian(n):
403403
404404
Returns
405405
-------
406-
float or sequency of floats
406+
float or sequence of floats
407407
Julian date(s)
408408
"""
409409
if cbook.iterable(n):

0 commit comments

Comments
 (0)