Skip to content

Commit deae8af

Browse files
pandas-dev#28792 DOC: Fixing flake8 Errors
1 parent 4ca7957 commit deae8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/indexes/accessors.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ def isocalendar(self):
236236
237237
See Also
238238
--------
239-
Timestamp.isocalendar : Function return a 3-tuple containing ISO year, week number,
240-
and weekday for the given Timestamp object.
239+
Timestamp.isocalendar : Function return a 3-tuple containing ISO year,
240+
week number, and weekday for the given Timestamp object.
241241
datetime.date.isocalendar : Return a named tuple object with
242242
three components: year, week and weekday.
243243

0 commit comments

Comments
 (0)