Skip to content

Commit 5eb8875

Browse files
authored
Apply suggestions from code review
1 parent e853a0f commit 5eb8875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ are always available. They are listed here in alphabetical order.
823823
.. versionchanged:: 3.8
824824
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
825825

826-
.. versionchanged:: 3.14
826+
.. versionchanged:: next
827827
Added support for hexadecimal floating-point numbers.
828828

829829

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ Some examples of floating-point literals::
974974
.. versionchanged:: 3.6
975975
Underscores are now allowed for grouping purposes in literals.
976976

977-
.. versionchanged:: 3.14
977+
.. versionchanged:: next
978978
Added support for hexadecimal floating-point literals.
979979

980980

0 commit comments

Comments
 (0)