Skip to content

Commit e3ea6f2

Browse files
authored
gh-135956: Remove duplicate word in _pydatetime docstring (#135957)
_pydatetime.isoformat docstring repeats 'giving'.
1 parent 1f5e23f commit e3ea6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pydatetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2164,7 +2164,7 @@ def isoformat(self, sep='T', timespec='auto'):
21642164
By default, the fractional part is omitted if self.microsecond == 0.
21652165
21662166
If self.tzinfo is not None, the UTC offset is also attached, giving
2167-
giving a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'.
2167+
a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'.
21682168
21692169
Optional argument sep specifies the separator between date and
21702170
time, default 'T'.

0 commit comments

Comments
 (0)