Skip to content

Commit ce06eb2

Browse files
committed
Add backticks
1 parent 1332db7 commit ce06eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/timestamps.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ class Timestamp(_Timestamp):
17911791

17921792
def utctimetuple(self):
17931793
"""
1794-
Return UTC time tuple, compatible with time.localtime().
1794+
Return UTC time tuple, compatible with `time.localtime()`.
17951795
17961796
This method converts the Timestamp to UTC and returns a time tuple
17971797
containing 9 components: year, month, day, hour, minute, second,

0 commit comments

Comments
 (0)