Skip to content

Commit 2c7dcbd

Browse files
authored
Update pythonCommands.md
1 parent b6648ad commit 2c7dcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/pythonCommands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ PBApplication do: [
119119
120120
"The variable s points to a Smalltalk wrapper of the Python object"
121121
"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 )).
122+
PBCF << (P3GCall target: #str asP3GI positionalArguments: (Array with: s)).
123123
PBCF send waitForValue.
124124
].
125125
```

0 commit comments

Comments
 (0)