8000 [3.13] gh-135956: Remove duplicate word in _pydatetime docstring (GH-… · python/cpython@21f9873 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21f9873

Browse files
[3.13] gh-135956: Remove duplicate word in _pydatetime docstring (GH-135957) (#135963)
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 <tjreedy@udel.edu>
1 parent c148a68 commit 21f9873

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)
0