File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ individual default values to multiple attributes or items. While some
4242discussions considered allowing multiple defaults, the increased
4343complexity and potential for confusion led to favoring a single default
4444value for all cases (more about this below in `Rejected Ideas
45- <PEP 769 Rejected Ideas > `__).
45+ <PEP 769 Rejected Ideas_ > `__).
4646
4747
4848Specification
@@ -186,7 +186,7 @@ more complex alternative would be::
186186 value = XYZ
187187
188188Better 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
192192Corner Cases
@@ -293,7 +293,7 @@ We need to define how ``itemgetter`` would behave, if just attempt to
293293access the item and capture exceptions no matter which the object, or
294294validate first if the object provides a ``get `` method and use it to
295295retrieve 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
297297above.
298298
299299This would help performance for the case of dictionaries, but would make
You can’t perform that action at this time.
0 commit comments