Skip to content

Commit efdb684

Browse files
committed
Add metaclass explicitly
1 parent 7df828d commit efdb684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0818.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ The ``JSProxy`` base class has the following shape:
945945

946946
.. code:: python
947947
948-
class JSProxy:
948+
class JSProxy(metaclass=_JsProxyMetaClass):
949949
def __eq__(self, other: JSProxy) -> bool:
950950
...
951951

0 commit comments

Comments
 (0)