Skip to content

Commit 406dbf2

Browse files
terryjreedymiss-islington
authored andcommitted
gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957)
_pydatetime.isoformat docstring repeats 'giving'. (cherry picked from commit e3ea6f2) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent c148a68 commit 406dbf2

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
@@ -2044,7 +2044,7 @@ def isoformat(self, sep='T', timespec='auto'):
20442044
By default, the fractional part is omitted if self.microsecond == 0.
20452045
20462046
If self.tzinfo is not None, the UTC offset is also attached, giving
2047-
giving a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'.
2047+
a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'.
20482048
20492049
Optional argument sep specifies the separator between date and
20502050
time, default 'T'.

0 commit comments

Comments
 (0)