We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c2eac commit 1f99677Copy full SHA for 1f99677
docs/user/Interoperability.md
@@ -322,7 +322,7 @@ class Main {
322
The `register_interop_type` API allows the usage of python classes for foreign objects.
323
The type of such a foreign object will no longer be `foreign`.
324
Instead, it will be a generated class with the registered python classes and `foreign` and as super classes.
325
-This allows mapping foreign methods and attributes to Python's magic method or more idiomatic Python code.
+This allows custom mapping of foreign methods and attributes to Python's magic methods or more idiomatic Python code.
326
327
```java
328
package org.example;
0 commit comments