Skip to content

Commit 0201347

Browse files
PEP 8
1 parent 212c763 commit 0201347

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ datetime
504504
* Add :meth:`datetime.time.strptime` and :meth:`datetime.date.strptime`.
505505
(Contributed by Wannes Boeykens in :gh:`41431`.)
506506

507-
* When using digits in :meth:`datetime.date.strptime`, :meth:`datetime.datetime.strptime`,
508-
or :meth:`datetime.time.strptime`, a :exc:`ValueError` is raised if non-ASCII digits are
509-
specified.
507+
* When using digits in :meth:`datetime.date.strptime`,
508+
:meth:`datetime.datetime.strptime`, or :meth:`datetime.time.strptime`, a
509+
:exc:`ValueError` is raised if non-ASCII digits are specified.
510510
(Contributed by Stan Ulbrych in :gh:`131008`.)
511511

512512

0 commit comments

Comments
 (0)