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 0fe0a1d commit 4dd0d7dCopy full SHA for 4dd0d7d
peps/pep-0769.rst
@@ -10,7 +10,7 @@ Python-Version: 3.14
10
Abstract
11
========
12
13
-This proposal aims to enhance the ``operator`` `module`_ by adding a
+This proposal aims to enhance the :mod:`operator` module by adding a
14
``default`` keyword argument to the ``attrgetter`` and ``itemgetter``
15
functions. This addition would allow these functions to return a
16
specified default value when the targeted attribute or item is missing,
0 commit comments