Skip to content

Commit 9d4d27d

Browse files
Update version.md
1 parent 89afd02 commit 9d4d27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ The base use case is: The developer can send return parms from the QSH/PASE call
283283
If you pass a value of: ```PARM VALUE 01``` it will get automatically paired with double quotes like this: ```"PARM VALUE 01"```.
284284

285285
- Example of specifying ```*NONE``` for the ```ARMDLM``` parameter to fully control where you want quotes in your parameter for ```QSHPHPRUN```, ```QSHPYRUN``` and ```QSHPYCALL```:
286-
If you pass a value of: ```--parm01="PARM VALUE 01"``` it will stay as originally formatted when passed to the python command line, therefore the parameter will get passed to Python as desired.
286+
If you pass a value of: ```--parm01="PARM VALUE 01"``` it will stay as originally formatted with quotes left in place where you put them when passed to the python command line, therefore the parameter will get passed to Python as desired.
287287

288288

289289

0 commit comments

Comments
 (0)