Skip to content

Commit 3b5d82a

Browse files
[3.14] gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957) (#135962)
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 568f50e commit 3b5d82a

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
@@ -2139,7 +2139,7 @@ def isoformat(self, sep='T', timespec='auto'):
21392139
By default, the fractional part is omitted if self.microsecond == 0.
21402140
21412141
If self.tzinfo is not None, the UTC offset is also attached, giving
2142-
giving a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'.
2142+
a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'.
21432143
21442144
Optional argument sep specifies the separator between date and
21452145
time, default 'T'.

0 commit comments

Comments
 (0)