Skip to content

Commit 947b16e

Browse files
Fixed internal links.
1 parent cb452da commit 947b16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

peps/pep-0769.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ individual default values to multiple attributes or items. While some
4242
discussions considered allowing multiple defaults, the increased
4343
complexity and potential for confusion led to favoring a single default
4444
value for all cases (more about this below in `Rejected Ideas
45-
<PEP 769 Rejected Ideas>`__).
45+
<PEP 769 Rejected Ideas_>`__).
4646

4747

4848
Specification
@@ -186,7 +186,7 @@ more complex alternative would be::
186186
value = XYZ
187187

188188
Better performance, more complicated to implement and explain. This is
189-
the first case in the `Open Issues <PEP 769 Open Issues>`__ section later.
189+
the first case in the `Open Issues <PEP 769 Open Issues_>`__ section later.
190190

191191

192192
Corner Cases
@@ -293,7 +293,7 @@ We need to define how ``itemgetter`` would behave, if just attempt to
293293
access the item and capture exceptions no matter which the object, or
294294
validate first if the object provides a ``get`` method and use it to
295295
retrieve the item with a default. See examples in the `About Possible
296-
Implementations <PEP 769 About Possible Implementations>`__ subsection
296+
Implementations <PEP 769 About Possible Implementations_>`__ subsection
297297
above.
298298

299299
This would help performance for the case of dictionaries, but would make

0 commit comments

Comments
 (0)