Skip to content

Commit 962140f

Browse files
author
Josiah Baker
committed
remove periods after versionadd and fix deprecated directive
missed a few periods from the last commit also incorrectly moved a sphinx directive earlier
1 parent 776451e commit 962140f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pandas/_libs/tslibs/nattype.pyx

+4-4
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ timedelta}, default 'raise'
580580
* 'raise' will raise an NonExistentTimeError if there are
581581
nonexistent times.
582582
583-
.. versionadded:: 0.24.0.
583+
.. versionadded:: 0.24.0
584584
585585
Returns
586586
-------
@@ -621,7 +621,7 @@ timedelta}, default 'raise'
621621
* 'raise' will raise an NonExistentTimeError if there are
622622
nonexistent times.
623623
624-
.. versionadded:: 0.24.0.
624+
.. versionadded:: 0.24.0
625625
626626
Raises
627627
------
@@ -658,7 +658,7 @@ timedelta}, default 'raise'
658658
* 'raise' will raise an NonExistentTimeError if there are
659659
nonexistent times.
660660
661-
.. versionadded:: 0.24.0.
661+
.. versionadded:: 0.24.0
662662
663663
Raises
664664
------
@@ -738,7 +738,7 @@ default 'raise'
738738
* 'coerce' will return NaT if the timestamp can not be converted
739739
into the specified timezone. Use ``nonexistent='NaT'`` instead.
740740
741-
.. deprecated:: 0.24.0
741+
.. deprecated:: 0.24.0
742742
743743
Returns
744744
-------

pandas/_libs/tslibs/timestamps.pyx

+4-4
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ timedelta}, default 'raise'
470470
* 'raise' will raise an NonExistentTimeError if there are
471471
nonexistent times.
472472
473-
.. versionadded:: 0.24.0.
473+
.. versionadded:: 0.24.0
474474
475475
Returns
476476
-------
@@ -515,7 +515,7 @@ timedelta}, default 'raise'
515515
* 'raise' will raise an NonExistentTimeError if there are
516516
nonexistent times.
517517
518-
.. versionadded:: 0.24.0.
518+
.. versionadded:: 0.24.0
519519
520520
Raises
521521
------
@@ -554,7 +554,7 @@ timedelta}, default 'raise'
554554
* 'raise' will raise an NonExistentTimeError if there are
555555
nonexistent times.
556556
557-
.. versionadded:: 0.24.0.
557+
.. versionadded:: 0.24.0
558558
559559
Raises
560560
------
@@ -823,7 +823,7 @@ default 'raise'
823823
* 'coerce' will return NaT if the timestamp can not be converted
824824
into the specified timezone. Use ``nonexistent='NaT'`` instead.
825825
826-
.. deprecated:: 0.24.0
826+
.. deprecated:: 0.24.0
827827
828828
Returns
829829
-------

0 commit comments

Comments
 (0)