Skip to content

Commit 11d963a

Browse files
committed
Remove aside note which does not render properly and is also not accurate
1 parent 522a1d0 commit 11d963a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/user/Interoperability.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ byteArray = myBigInt.toByteArray()
2626
assert len(byteArray) == 1 and byteArray[0] == 42
2727
```
2828

29-
<aside markdown="1">
30-
For plain Python users, the `java` module is only available when running on the JVM distribution.
31-
</aside>
32-
3329
To import packages from the `java` namespace, you can also use the conventional Python import syntax:
3430
```python
3531
import java.util.ArrayList

0 commit comments

Comments
 (0)