Skip to content

Commit d5f5f17

Browse files
committed
DOC: doc typo fix close #1722
1 parent 8edebb2 commit d5f5f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def __array_finalize__(self, obj):
811811
def intersection(self, other):
812812
"""
813813
Specialized intersection for DatetimeIndex objects. May be much faster
814-
than Index.union
814+
than Index.intersection
815815
816816
Parameters
817817
----------

0 commit comments

Comments
 (0)