Skip to content

Commit d6914f4

Browse files
author
Sylvain MARIE
committed
Fixed build error rst directive
1 parent 0790e72 commit d6914f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v1.5.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Period
504504
^^^^^^
505505
- Bug in subtraction of :class:`Period` from :class:`PeriodArray` returning wrong results (:issue:`45999`)
506506
- Bug in :meth:`Period.strftime` and :meth:`PeriodIndex.strftime`, directives ``%l`` and ``%u`` were giving wrong results (:issue:`46252`)
507-
- Bug in :meth:`Period.strftime` and :meth:`PeriodIndex.strftime`, raising `UnicodeDecodeError` when a locale-specific directive was passed (:issue:`46319`)
507+
- Bug in :meth:`Period.strftime` and :meth:`PeriodIndex.strftime`, raising ``UnicodeDecodeError`` when a locale-specific directive was passed (:issue:`46319`)
508508
-
509509

510510
Plotting

0 commit comments

Comments
 (0)