Skip to content

Commit

Permalink
removed whitespaces in Nano class
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitaparasrampuria committed Dec 5, 2023
1 parent 407c971 commit 59c8275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/offsets.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ cdef class Nano(Tick):
>>> ts + Nano(n=1000)
Timestamp('2022-12-09 15:00:00.000001')
>>> ts - Nano(n=1000)
Timestamp('2022-12-09 14:59:59.999999')
Expand Down

0 comments on commit 59c8275

Please sign in to comment.