8000 Fixed meta class for Python 3 form. · thecodingchicken/python-future@72d6941 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72d6941

Browse files
committed
Fixed meta class for Python 3 form.
1 parent b8b9523 commit 72d6941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compatible_idioms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Metaclasses
270270
.. code:: python
271271
272272
# Python 3 only:
273-
class Form(metaclass=BaseForm):
273+
class Form(BaseForm, metaclass=FormType):
274274
pass
275275
.. code:: python
276276

0 commit comments

Comments
 (0)
0