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 b6648ad commit 2c7dcbdCopy full SHA for 2c7dcbd
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: (Array with: s )).
+ PBCF << (P3GCall target: #str asP3GI positionalArguments: (Array with: s)).
123
PBCF send waitForValue.
124
].
125
```
0 commit comments