Skip to content

Commit a243820

Browse files
committed
func -> meth
1 parent e5e128a commit a243820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,7 @@ Other language changes
10771077
Built-ins
10781078
---------
10791079

1080-
* The :func:`bytes.fromhex` and :func:`bytearray.fromhex` methods now accept
1080+
* The :meth:`bytes.fromhex` and :meth:`bytearray.fromhex` methods now accept
10811081
ASCII :class:`bytes` and :term:`bytes-like objects <bytes-like object>`.
10821082
(Contributed by Daniel Pope in :gh:`129349`.)
10831083

0 commit comments

Comments
 (0)