Skip to content

Commit 4dd0d7d

Browse files
warsawViicos
andauthored
Update peps/pep-0769.rst
Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
1 parent 0fe0a1d commit 4dd0d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0769.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python-Version: 3.14
1010
Abstract
1111
========
1212

13-
This proposal aims to enhance the ``operator`` `module`_ by adding a
13+
This proposal aims to enhance the :mod:`operator` module by adding a
1414
``default`` keyword argument to the ``attrgetter`` and ``itemgetter``
1515
functions. This addition would allow these functions to return a
1616
specified default value when the targeted attribute or item is missing,

0 commit comments

Comments
 (0)