We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e128a commit a243820Copy full SHA for a243820
Doc/whatsnew/3.14.rst
@@ -1077,7 +1077,7 @@ Other language changes
1077
Built-ins
1078
---------
1079
1080
-* The :func:`bytes.fromhex` and :func:`bytearray.fromhex` methods now accept
+* The :meth:`bytes.fromhex` and :meth:`bytearray.fromhex` methods now accept
1081
ASCII :class:`bytes` and :term:`bytes-like objects <bytes-like object>`.
1082
(Contributed by Daniel Pope in :gh:`129349`.)
1083
0 commit comments