Skip to content

Commit 62a14b9

Browse files
committed
Fix typo in documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
1 parent b747903 commit 62a14b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timeseries.rst

Lines changed: 1 addition & 1 deletion
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)