You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pep-0544.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1377,7 +1377,7 @@ Support adapters and adaptation
1377
1377
-------------------------------
1378
1378
1379
1379
Adaptation was proposed by :pep:`246` (rejected) and is supported by
1380
-
``zope.interface``, see https://docs.zope.org/zope.interface/adapter.html.
1380
+
``zope.interface``, see `https://docs.zope.org/zope.interface/adapter.html <https://web.archive.org/web/20160802080957/https://docs.zope.org/zope.interface/adapter.html>`_.
1381
1381
Adapters is quite an advanced concept, and :pep:`484` supports unions and
1382
1382
generic aliases that can be used instead of adapters. This can be illustrated
1383
1383
with an example of ``Iterable`` protocol, there is another way of supporting
0 commit comments