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 3311c03 commit d3e25eaCopy full SHA for d3e25ea
docs/pages/pythonCommands.md
@@ -119,7 +119,7 @@ PBApplication do: [
119
120
"The variable s points to a Smalltalk wrapper of the Python object"
121
"We simply execute the Python expression str(s) to obtain a string that represents the numpy object"
122
- PBCF << (P3GCall target: #str asP3GI positionalArguments: { s }).
+ PBCF << (P3GCall target: #str asP3GI positionalArguments: (Array with: s )).
123
PBCF send waitForValue.
124
].
125
```
0 commit comments