We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca7957 commit deae8afCopy full SHA for deae8af
pandas/core/indexes/accessors.py
@@ -236,8 +236,8 @@ def isocalendar(self):
236
237
See Also
238
--------
239
- Timestamp.isocalendar : Function return a 3-tuple containing ISO year, week number,
240
- and weekday for the given Timestamp object.
+ Timestamp.isocalendar : Function return a 3-tuple containing ISO year,
+ week number, and weekday for the given Timestamp object.
241
datetime.date.isocalendar : Return a named tuple object with
242
three components: year, week and weekday.
243
0 commit comments