Skip to content

Commit e9d7a80

Browse files
committed
revert one missed block of changes
1 parent d2a08cf commit e9d7a80

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/user/Interoperability.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,9 @@ class MyPythonClass:
402402
403403
### Supported messages
404404
405-
The majority (with some exceptions) of the interop messages are supported by the interop behavior extension API, as
406-
shown in the table below.
407-
The naming convention for the `register_interop_behavior` keyword arguments follows the _snake_case_ naming convention,
408-
i.e. the interop `fitsInLong` message
409-
becomes `fits_in_long` and so on. Each message can be extended with a **pure python function** (default keyword
410-
arguments, free vars and cell vars are not allowed) or a **boolean constant**.
405+
The majority (with some exceptions) of the interop messages are supported by the interop behavior extension API, as shown in the table below.
406+
The naming convention for the `register_interop_behavior` keyword arguments follows the _snake_case_ naming convention, i.e. the interop `fitsInLong` message
407+
becomes `fits_in_long` and so on. Each message can be extended with a **pure python function** (default keyword arguments, free vars and cell vars are not allowed) or a **boolean constant**.
411408
The table below describes the supported interop messages:
412409
413410
| Message | Extension argument name | Expected return type |

0 commit comments

Comments
 (0)