https://github.com/python/cpython/commit/3b5d82a426a0f4df2f6ac65107b6fd914aecb62f commit: 3b5d82a426a0f4df2f6ac65107b6fd914aecb62f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy <[email protected]> date: 2025-06-26T04:09:11Z summary:
[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 e3ea6f2b3b084700a34ce392f5cf897407469b3a) Co-authored-by: Terry Jan Reedy <[email protected]> files: M Lib/_pydatetime.py diff --git a/Lib/_pydatetime.py b/Lib/_pydatetime.py index f11eaa50e016e9..cfcd35827a275a 100644 --- a/Lib/_pydatetime.py +++ b/Lib/_pydatetime.py @@ -2139,7 +2139,7 @@ def isoformat(self, sep='T', timespec='auto'): By default, the fractional part is omitted if self.microsecond == 0. If self.tzinfo is not None, the UTC offset is also attached, giving - giving a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'. + a full format of 'YYYY-MM-DD HH:MM:SS.mmmmmm+HH:MM'. Optional argument sep specifies the separator between date and time, default 'T'. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
