Skip to content

Commit 6f0ccaf

Browse files
Merge pull request #7613 from jd/master
Fix typo in documentation
2 parents b747903 + 62a14b9 commit 6f0ccaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timeseries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@ Elements can be set to ``NaT`` using ``np.nan`` analagously to datetimes
14481448
y[1] = np.nan
14491449
y
14501450
1451-
Operands can also appear in a reversed order (a singluar object operated with a Series)
1451+
Operands can also appear in a reversed order (a singular object operated with a Series)
14521452

14531453
.. ipython:: python
14541454

0 commit comments

Comments
 (0)