Skip to content

Commit e95f16f

Browse files
committed
fix up doc string
1 parent 473bd87 commit e95f16f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/_libs/tslibs/timezones.pyx

+4
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,10 @@ cpdef bint tz_compare(object start, object end):
298298
timezones but aren't evaluted such, but the string representation
299299
for both of these is `'Europe/Paris'`.
300300
301+
This exists only to add a notion of equality to pytz-style zones
302+
that is compatible with the notion of equality expected of tzinfo
303+
subclasses.
304+
301305
Parameters
302306
----------
303307
start : tzinfo

0 commit comments

Comments
 (0)