Skip to content

Commit a6d703e

Browse files
committed
Fix formatting
1 parent 7d1b37b commit a6d703e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,15 @@ string to various methods. (:issue:`34916`)
235235
*Old behavior:*
236236

237237
.. code-block:: ipython
238+
238239
In [1]: ts = pd.Timestamp(2024, 1, 1).tz_localize("US/Pacific")
239240
In [2]: ts.tz
240241
<DstTzInfo 'US/Pacific' LMT-1 day, 16:07:00 STD>
241242
242243
*New behavior:*
243244

244245
.. ipython:: python
246+
245247
ts = pd.Timestamp(2024, 1, 1).tz_localize("US/Pacific")
246248
ts.tz
247249

0 commit comments

Comments
 (0)