There was an error while loading. Please reload this page.
1 parent e3287f6 commit 435ade2Copy full SHA for 435ade2
1 file changed
Doc/library/stdtypes.rst
@@ -706,7 +706,7 @@ A hexadecimal string takes the form::
706
707
[sign] ['0x'] integer ['.' fraction] ['p' exponent]
708
709
-where the optional ``sign`` may by either ``+`` or ``-``, ``integer``
+where the optional ``sign`` may be either ``+`` or ``-``, ``integer``
710
and ``fraction`` are strings of hexadecimal digits, and ``exponent``
711
is a decimal integer with an optional leading sign. Case is not
712
significant, and there must be at least one hexadecimal digit in
0 commit comments