FIXED: Typo on Python Tips Wiki

There’s a minor typo that could confuse some noobs like myself:

derivative.ca/wiki088/index. … ython_Tips

op(‘table1’)[3,4] =value ‘hello’

I think should be

op(‘table1’)[3,4] =‘hello’

Fixed thanks