diff --git a/doc/source/timeseries.rst b/doc/source/timeseries.rst index 795bbca673f77..7ca4ff0529b4e 100644 --- a/doc/source/timeseries.rst +++ b/doc/source/timeseries.rst @@ -1448,7 +1448,7 @@ Elements can be set to ``NaT`` using ``np.nan`` analagously to datetimes y[1] = np.nan y -Operands can also appear in a reversed order (a singluar object operated with a Series) +Operands can also appear in a reversed order (a singular object operated with a Series) .. ipython:: python