Skip to content

Commit a46e4c7

Browse files
committed
newline after directive
1 parent b190866 commit a46e4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ UTC offset (:issue:`17697`, :issue:`11736`, :issue:`22457`)
246246

247247
.. code-block:: ipython
248248

249-
250249
In [2]: pd.to_datetime("2015-11-18 15:30:00+05:30")
251250
Out[2]: Timestamp('2015-11-18 10:00:00')
252251

@@ -284,6 +283,7 @@ Passing ``utc=True`` will mimic the previous behavior but will correctly indicat
284283
that the dates have been converted to UTC
285284

286285
.. ipython:: python
286+
287287
pd.to_datetime(["2015-11-18 15:30:00+05:30", "2015-11-18 16:30:00+06:30"], utc=True)
288288

289289
.. _whatsnew_0240.api_breaking.calendarday:

0 commit comments

Comments
 (0)